mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Does not fail when there is nothing to commit.
This commit is contained in:
parent
5f3072ea80
commit
bda13d3ef3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-sh.yml
vendored
2
.github/workflows/update-sh.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
git config --local user.email "workflow@github.com"
|
git config --local user.email "workflow@github.com"
|
||||||
git config --local user.name "GitHub Workflow"
|
git config --local user.name "GitHub Workflow"
|
||||||
git add ./*
|
git add ./*
|
||||||
git commit -m "Runs update.sh"
|
git commit -m "Runs update.sh" || echo "Nothing to update"
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue