chore(workflow): actions dependency updates
This commit is contained in:
parent
1b027a7942
commit
d7d1c9b7b4
1 changed files with 6 additions and 2 deletions
|
@ -29,5 +29,9 @@ jobs:
|
||||||
git config user.name "gitea-actions[bot]"
|
git config user.name "gitea-actions[bot]"
|
||||||
git config user.email "gitea-actions[bot]@git.z0x.ca"
|
git config user.email "gitea-actions[bot]@git.z0x.ca"
|
||||||
git add .
|
git add .
|
||||||
|
if git diff --staged --quiet; then
|
||||||
|
echo "No changes to commit"
|
||||||
|
else
|
||||||
git commit -m "chore(deps): bump dependencies"
|
git commit -m "chore(deps): bump dependencies"
|
||||||
git push
|
git push
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue