chore(workflow): actions dependency updates
This commit is contained in:
parent
9169d86bf3
commit
9ed4c14f3a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
||||||
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
|
if git diff --staged --quiet; then
|
||||||
echo "No changes to commit"
|
echo "No updates avalable"
|
||||||
else
|
else
|
||||||
git commit -m "chore(deps): bump dependencies"
|
git commit -m "chore(deps): bump dependencies"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Add table
Reference in a new issue