Skip to content

Commit

Permalink
Fix IERS update job
Browse files Browse the repository at this point in the history
File was renamed in astropy#14382
  • Loading branch information
saimn committed Apr 21, 2023
1 parent c6f4f7c commit f741ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_iers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add astropy/utils/iers/data/Leap_Second.dat
git add astropy/utils/iers/data/eopc04_IAU2000.62-now
git add astropy/utils/iers/data/eopc04.62-now
if ! git diff --cached --exit-code; then
git commit -m "Update IERS Earth rotation and leap second tables"
fi
Expand Down

0 comments on commit f741ef6

Please sign in to comment.