mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Add git user to allow for commits
This commit is contained in:
parent
f1ed551721
commit
99cc89ed84
1 changed files with 4 additions and 1 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -89,7 +89,10 @@ jobs:
|
|||
token: ${{ secrets.SHORTLINK_REPO_PAT }}
|
||||
- name: Update blog shortlinks
|
||||
working-directory: ./byjp.fyi
|
||||
run: cat ../new_redirects | ../www.byjp.me/tools/redirects/update-shortlinks.bash
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
cat ../new_redirects | ../www.byjp.me/tools/redirects/update-shortlinks.bash
|
||||
|
||||
- name: Build Gemini capsule
|
||||
working-directory: ./www.byjp.me
|
||||
|
|
Loading…
Reference in a new issue