👷 Fix action commit

This commit is contained in:
xtaodada 2023-09-21 18:09:16 +08:00
parent 1755117af7
commit 348d708b73
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -35,11 +35,15 @@ jobs:
cd compiler/ds
./gradlew build
./gradlew run
- name: Commit changes
uses: EndBug/add-and-commit@v9
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
author_name: github-actions[bot]
author_email: github-actions[bot]@users.noreply.github.com
message: ':bento: Update ds salt'
add: |
'simnet/utils/ds.py'
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true
- name: Commit changes
run: |
git add simnet/utils/ds.py
git commit -S -m ":bento: Update ds salt"
git push