Skip to content

Commit

Permalink
Update sync_qqwry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JadynWong authored Mar 15, 2021
1 parent 7ec1697 commit ce5480c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/sync_qqwry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,24 @@ jobs:
- name: Run download script
shell: powershell
run: ./download.ps1

- name: Config Git
run: |
git config user.name github-actions
git config user.email github-actions@github.com
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
git-user-signingkey: true
git-commit-gpgsign: true

# Runs a set of commands using the runners shell
- name: Git push
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m 'sync qqwry'
git push

0 comments on commit ce5480c

Please sign in to comment.