mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 22:53:53 +01:00
Merge pull request #1256 from nextcloud/tilosp-patch-1
The update-sh should also commit file removals
This commit is contained in:
commit
5e0d2b2b79
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-sh.yml
vendored
2
.github/workflows/update-sh.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: |
|
||||
git config --local user.email "workflow@github.com"
|
||||
git config --local user.name "GitHub Workflow"
|
||||
git add ./*
|
||||
git add -A
|
||||
git commit -m "Runs update.sh" || echo "Nothing to update"
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
|
|
Loading…
Reference in a new issue