mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
misc(checksum workflow): Fixed incorrect file path (#1799)
This commit is contained in:
parent
7c5c1ad955
commit
4eb5a9adc6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checksum.yml
vendored
2
.github/workflows/checksum.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
if git diff --quiet internal_data/checksums.md5; then
|
||||
echo "No changes in checksums.md5"
|
||||
else
|
||||
git add checksums.md5
|
||||
git add internal_data/checksums.md5
|
||||
git commit -m "Update checksums.md5 📄"
|
||||
git push
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue