about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-07-14 10:00:58 +0100
committerBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-07-14 10:00:58 +0100
commit892f9595d27001cb98643ea8fbaa990178f08fd9 (patch)
tree2bbfc5a4d290b34a893c08aae0240b1efdb5dc11 /.github
parentFixed conflicts (diff)
downloadlibredirect-892f9595d27001cb98643ea8fbaa990178f08fd9.zip
data and blacklist only handled by ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5d746e28..4ff79267 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,8 +29,7 @@ jobs:
         run: |
           git config --local user.email "action@github.com"
           git config --local user.name "GitHub Action"
-          git add -A
-          git commit -m "update instances" -a || :
+          git commit -Am "update instances" || :
       - name: push changes
         uses: ad-m/github-push-action@v0.6.0
         with: