Skip to content

Commit

Permalink
Update .github/workflows/paper_ranking.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori authored Jan 18, 2025
1 parent e56273a commit 666cb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/paper_ranking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Commit and Push Changes
run: |
git add exports/analyses/paper_ranking/predictions.tsv
git commit -m "Add predictions file for ${{ env.START_DATE }} to ${{ env.END_DATE }}"
git commit -m "Update predictions file with papers between ${{ env.START_DATE }} and ${{ env.END_DATE }}"
git push
- name: Find Commit Hash
Expand Down

0 comments on commit 666cb37

Please sign in to comment.