1
0
Fork 0

Fix Action git add

master
Ambrose Chua 2020-05-13 14:26:35 +08:00
parent e48ada02f8
commit 0998309920
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Commit and push changes
run: |
git add */Dockerfile
git add library/caddy
if output=$(git status --porcelain) && [ ! -z "$output" ]; then
git commit -m 'Regenerate stackbrew library'
git push