Skip to content

Commit

Permalink
Fix username issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hetulvp committed Apr 21, 2024
1 parent 0aad192 commit 3c4c25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_leaderboard_after_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Get original author's name
id: original_author
merge_commit=$(git log --merges --pretty=format:%H -1 $GITHUB_SHA)
echo "Found merge commit: $merge_commit"
echo "Found merge commit=$merge_commit"
echo "merge_commit=$merge_commit" >> "$GITHUB_ENV"

- name: Set original author
Expand Down

0 comments on commit 3c4c25b

Please sign in to comment.