chore(workflow): actions dependency updates

This commit is contained in:
z0x 2025-01-04 19:57:23 -05:00
parent 1b027a7942
commit d7d1c9b7b4

View file

@ -29,5 +29,9 @@ jobs:
git config user.name "gitea-actions[bot]"
git config user.email "gitea-actions[bot]@git.z0x.ca"
git add .
git commit -m "chore(deps): bump dependencies"
git push
if git diff --staged --quiet; then
echo "No changes to commit"
else
git commit -m "chore(deps): bump dependencies"
git push
fi