diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-07-17 08:07:25 +0200 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-07-17 08:07:25 +0200 |
commit | c1802f2670bb3046523ca8c175673b7a55e1175d (patch) | |
tree | 2bbfc5a4d290b34a893c08aae0240b1efdb5dc11 /.github/workflows | |
parent | Fixed conflicts (diff) | |
parent | data and blacklist only handled by ci (diff) | |
download | libredirect-c1802f2670bb3046523ca8c175673b7a55e1175d.zip |
Merge pull request 'data and blacklist only handled by ci' (#7) from BobIsMyManager/libredirect:master into master
Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/7
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 3 |
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: |