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 7f4b71b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/update_leaderboard_after_merge.yaml
Original file line number Diff line number Diff line change
@@ -30,13 +30,6 @@ jobs:
echo "Found merge commit: $merge_commit"
echo "merge_commit=$merge_commit" >> "$GITHUB_ENV"
# Merge commit has maintainer's name so we get name from second last commit
- 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 "merge_commit=$merge_commit" >> "$GITHUB_ENV"

- name: Set original author
run: |
if [ -n "$merge_commit" ] && [ "$GITHUB_SHA" = "$merge_commit" ]; then

0 comments on commit 7f4b71b

Please sign in to comment.