We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988acec commit 791754aCopy full SHA for 791754a
1 file changed
.github/workflows/use-visitor-counter.yml
@@ -69,7 +69,7 @@ jobs:
69
# Only add files that exist
70
[ -f metrics.json ] && git add metrics.json || true
71
git add "*.md" || true
72
- git commit -m "Auto-commit local changes before pull/merge" || echo "No changes to commit"
+ git commit -m "Automated update of visitor count" || echo "No changes to commit"
73
74
- name: Pull (merge) and push changes
75
env:
0 commit comments