mirror of
https://github.com/friendica/docker
synced 2025-12-07 22:07:09 +01:00
Continuation of #271. Fix git add command to take deleted directories into account.
This commit is contained in:
parent
365f4797cc
commit
4b864157b6
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
Add a link
Reference in a new issue