Skip to content

Commit 911defb

Browse files
committed
Update action
1 parent b726062 commit 911defb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
if git diff --cached --quiet; then
2828
echo "No changes to commit"
2929
else
30-
git commit -m "Update submodules to latest commit"
30+
git commit -m "Update blog content"
3131
git push origin HEAD
3232
fi

0 commit comments

Comments
 (0)