We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015db62 commit 0c0abccCopy full SHA for 0c0abcc
.github/workflows/update-version.yaml
@@ -44,8 +44,8 @@ jobs:
44
run: |
45
echo "name=${{ steps.otelbot-token.outputs.app-slug }}[bot]" >> "$GITHUB_OUTPUT"
46
echo "email=${{ steps.get-user-id.outputs.user-id }}+${{ steps.otelbot-token.outputs.app-slug }}[bot]@users.noreply.github.com>" >> "$GITHUB_OUTPUT"
47
- git config --global user.name "$name"
48
- git config --global user.email "$email"
+ git config --global user.name "${{ steps.otelbot-token.outputs.app-slug }}[bot]"
+ git config --global user.email "${{ steps.get-user-id.outputs.user-id }}+${{ steps.otelbot-token.outputs.app-slug }}[bot]@users.noreply.github.com>"
49
50
- name: Checkout repository
51
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
0 commit comments