The update-sh should also commit file removals

For example here 2161012fb8 the 20.0-rc dir is still there.
This commit is contained in:
Tilo Spannagel 2020-10-03 18:32:14 +02:00 committed by GitHub
parent 5097f16628
commit 6479093245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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