mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-22 17:44:00 +08:00
update commit message and use real key
This commit is contained in:
parent
253018a4ca
commit
70a39a3e56
2
.github/workflows/pkg-aur-git.yml
vendored
2
.github/workflows/pkg-aur-git.yml
vendored
|
@ -23,4 +23,4 @@ jobs:
|
|||
commit_username: ${{ secrets.AUR_USERNAME }}
|
||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
commit_message: github-action-auto-publish
|
||||
commit_message: "github-action-auto-publish\n${{ github.sha }}"
|
||||
|
|
8
.github/workflows/pkg-aur-rel.yml
vendored
8
.github/workflows/pkg-aur-rel.yml
vendored
|
@ -41,8 +41,8 @@ jobs:
|
|||
test: true # Check that PKGBUILD could be built, and update pkgver
|
||||
commit_username: ${{ secrets.AUR_USERNAME }}
|
||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY__ }}
|
||||
commit_message: github-action-auto-publish
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
commit_message: "github-action-auto-publish v${{ env.version }}"
|
||||
- name: Fetch PKGBUILD
|
||||
run: |
|
||||
wget https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD\?h\=chsrc -O ./PKGBUILD
|
||||
|
@ -59,5 +59,5 @@ jobs:
|
|||
test: true # Check that PKGBUILD could be built, and update pkgver
|
||||
commit_username: ${{ secrets.AUR_USERNAME }}
|
||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY__ }}
|
||||
commit_message: github-action-auto-publish
|
||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||
commit_message: "github-action-auto-publish v${{ env.version }}"
|
Loading…
Reference in New Issue
Block a user