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 af8121d commit 5d4a311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ 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
cat diff_content.txt
if echo "$diff_content" | grep -q "$entry_id"; then
echo "Entry ID found in diff."
else
Expand Down

0 comments on commit 5d4a311

Please sign in to comment.