Skip to content

Commit

Permalink
Update stage-1_create_a_release_and_store.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 authored Dec 10, 2024
1 parent e2a4d5e commit 8c8ee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-1_create_a_release_and_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if [ "${{ github.event.commits[0].author.username }}" ]; then
USERNAME=${{ github.event.commits[0].author.username }}
else
USERNAME=''
USERNAME='dependabot[bot]'
fi
echo "Using USERNAME: $USERNAME"
echo "username=$USERNAME" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 8c8ee13

Please sign in to comment.