We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40544d9 commit 8022173Copy full SHA for 8022173
.github/workflows/build-jlink-plugin.yml
@@ -31,8 +31,8 @@ jobs:
31
env:
32
GRGIT_USER: ${{ secrets.GRGIT_USER }}
33
run: |
34
- git config --global user.name "CI Bot ($GITHUB_ACTOR)"
35
- git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
+ git config --global user.name "CI Bot (${{ secrets.GRGIT_USER }})"
+ git config --global user.email "${{ secrets.GRGIT_USER }}@users.noreply.github.com"
36
chmod +x publish.sh && ./publish.sh
37
- uses: actions/upload-artifact@v4
38
if: runner.os == 'Linux'
0 commit comments