about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-07-22 09:40:34 +0100
committerBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-07-22 09:40:34 +0100
commit473dad301ebe64ce380296a971ea0057d5c38e10 (patch)
tree0635894843db0b54e28294db605db21a6694a64b /.github/workflows
parentNote to self: never rebase remote changes (diff)
downloadlibredirect-473dad301ebe64ce380296a971ea0057d5c38e10.zip
Fix workflows issue
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4ff79267..de199a28 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,7 +29,8 @@ jobs:
         run: |
           git config --local user.email "action@github.com"
           git config --local user.name "GitHub Action"
-          git commit -Am "update instances" || :
+          git add -f src/instances
+          git commit -am "update instances" || :
       - name: push changes
         uses: ad-m/github-push-action@v0.6.0
         with: