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

Continuation of #271. Fix git add command to take deleted directories into account.

This commit is contained in:
ne20002 2025-01-01 16:15:49 +00:00
parent 365f4797cc
commit 4b864157b6
No known key found for this signature in database
GPG key ID: 429E95F6E49B54C8

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