Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshTrivedi committed Nov 28, 2024
1 parent 68f7cc8 commit af8121d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
echo "Checking if Entry ID is in the diff..."
git fetch origin main
diff_content=$(git diff origin/main..HEAD experiments/outputs/_leaderboard.json)
cat diff_content
echo "$diff_content" > diff_content.txt
if echo "$diff_content" | grep -q "$entry_id"; then
echo "Entry ID found in diff."
Expand Down

0 comments on commit af8121d

Please sign in to comment.