2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-03-14 03:42:58 +01:00

Merge pull request #273 from ne20002/fix/update-action

Continuation of #271. Fix git add command ...
This commit is contained in:
Hypolite Petovan 2025-01-01 12:03:14 -05:00 committed by GitHub
commit a7118a03ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 .
git commit -m "Runs update.sh" || echo "Nothing to update"
- name: Push changes
uses: ad-m/github-push-action@master