Skip to content

Commit 8022173

Browse files
committed
use the GRGIT_USER configured in secrets
1 parent 40544d9 commit 8022173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-jlink-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
env:
3232
GRGIT_USER: ${{ secrets.GRGIT_USER }}
3333
run: |
34-
git config --global user.name "CI Bot ($GITHUB_ACTOR)"
35-
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
34+
git config --global user.name "CI Bot (${{ secrets.GRGIT_USER }})"
35+
git config --global user.email "${{ secrets.GRGIT_USER }}@users.noreply.github.com"
3636
chmod +x publish.sh && ./publish.sh
3737
- uses: actions/upload-artifact@v4
3838
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)