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 82c8455 commit 6b87d41Copy full SHA for 6b87d41
.github/workflows/release-test.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Bump version
31
id: bump-version
32
env:
33
- GIT_USERNAME: ${{ steps.setup-git.outputs.user-name }}
+ GIT_USERNAME: ${{ steps.setup-git.outputs.user_name }}
34
run: |
35
echo "$GIT_USERNAME"
0 commit comments