mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(actions/flux-localhost-build): git user info
This commit is contained in:
2
.github/workflows/flux-localhost-build.yaml
vendored
2
.github/workflows/flux-localhost-build.yaml
vendored
@@ -58,6 +58,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
git config push.autoSetupRemote true
|
||||
git config user.name "${{ secrets.BOT_USERNAME }}[bot]"
|
||||
git config user.email "${{ secrets.BOT_USERNAME }} <${{ secrets.BOT_API_ID }}+${{ secrets.BOT_USERNAME }}[bot]@users.noreply.github.com>" # get $BOT_API_ID from `curl -s 'https://api.github.com/users/$(BOT_USERNAME)%5Bbot%5D' | yq .id`
|
||||
|
||||
git checkout ${{ env.BRANCH }} || git checkout -b ${{ env.BRANCH }} main
|
||||
git pull origin ${{ env.BRANCH }} || true
|
||||
|
||||
Reference in New Issue
Block a user