0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 08:22:37 +02:00

Merge pull request #1256 from nextcloud/tilosp-patch-1

The update-sh should also commit file removals
This commit is contained in:
Tilo Spannagel 2020-10-03 18:33:00 +02:00 committed by GitHub
commit 5e0d2b2b79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
run: | run: |
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 -A
git commit -m "Runs update.sh" || echo "Nothing to update" 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