mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(actions/flux-localhost-build): fix email
This commit is contained in:
2
.github/workflows/flux-localhost-build.yaml
vendored
2
.github/workflows/flux-localhost-build.yaml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
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 config user.email "${{ 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 -b ${{ env.BRANCH }} main
|
||||
#git checkout ${{ env.BRANCH }} || git checkout -b ${{ env.BRANCH }} main
|
||||
|
||||
Reference in New Issue
Block a user