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 committed Dec 10, 2024
1 parent 18389c5 commit 1c7041a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage-1_create_a_release_and_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Merge Username
id: merge_username
run: |
if [ "${{ github.event.commits[0]author.username }}" ]; then
USERNAME=${{ github.event.commits[0]author.username }}
if [ "${{ github.event.commits[0].author.username }}" ]; then
USERNAME=${{ github.event.commits[0].author.username }}
else
USERNAME=''
fi
Expand Down

0 comments on commit 1c7041a

Please sign in to comment.