misc(checksum workflow): Fixed incorrect file path (#1799)

This commit is contained in:
Roman Kelesidis 2025-02-06 15:21:51 +03:00 committed by GitHub
commit 4eb5a9adc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ jobs:
if git diff --quiet internal_data/checksums.md5; then if git diff --quiet internal_data/checksums.md5; then
echo "No changes in checksums.md5" echo "No changes in checksums.md5"
else else
git add checksums.md5 git add internal_data/checksums.md5
git commit -m "Update checksums.md5 📄" git commit -m "Update checksums.md5 📄"
git push git push
fi fi