File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 token : ${{ secrets.GIT_COMMITTER_TOKEN }}
2222
2323 - name : Configure Git
24+ env :
25+ GIT_COMMITTER_NAME : ${{ vars.GIT_COMMITTER_NAME || 'github-actions[bot]' }}
26+ GIT_COMMITTER_EMAIL : ${{ vars.GIT_COMMITTER_EMAIL || 'github-actions[bot]@users.noreply.github.com' }}
2427 run : |
2528 git config user.name "$GIT_COMMITTER_NAME"
2629 git config user.email "$GIT_COMMITTER_EMAIL"
Original file line number Diff line number Diff line change 2525 token : ${{ secrets.GIT_COMMITTER_TOKEN }}
2626
2727 - name : Configure Git
28+ env :
29+ GIT_COMMITTER_NAME : ${{ vars.GIT_COMMITTER_NAME || 'github-actions[bot]' }}
30+ GIT_COMMITTER_EMAIL : ${{ vars.GIT_COMMITTER_EMAIL || 'github-actions[bot]@users.noreply.github.com' }}
2831 run : |
2932 git config user.name "$GIT_COMMITTER_NAME"
3033 git config user.email "$GIT_COMMITTER_EMAIL"
You can’t perform that action at this time.
0 commit comments