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:
commit
a7118a03ec
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 .
|
||||
git commit -m "Runs update.sh" || echo "Nothing to update"
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
|
|
Loading…
Add table
Reference in a new issue