mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 11:03:57 +00:00
test change
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
# Only commit if there are changes
|
# Only commit if there are changes
|
||||||
if [[ -n "$(git status --porcelain)" ]]; then
|
if [[ -n "$(git status --porcelain)" ]]; then
|
||||||
git add .
|
git add .
|
||||||
git commit -m "chore: auto-update workflows"
|
git commit -m "chore: auto-update github workflows"
|
||||||
else
|
else
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user