summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-sh.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-sh.yml b/.github/workflows/update-sh.yml
index 2a675f15..f24eca03 100644
--- a/.github/workflows/update-sh.yml
+++ b/.github/workflows/update-sh.yml
@@ -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 -A
git commit -m "Runs update.sh" || echo "Nothing to update"
- name: Push changes
uses: ad-m/github-push-action@master