We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2cdbd commit 8f74a61Copy full SHA for 8f74a61
.github/workflows/docs.yaml
@@ -51,7 +51,7 @@ jobs:
51
git config --global user.email "${{ steps.import-gpg.outputs.email }}"
52
if [[ -n $(git status --porcelain) ]]; then
53
git add .
54
- git commit -S -m "sync docs with VictoriaMetrics/VictoriaMetrics commit: ${{ steps.update.outputs.SHORT_SHA }}"
+ git commit -S -m "sync docs with VictoriaMetrics/VictoriaLogs commit: ${{ steps.update.outputs.SHORT_SHA }}"
55
git push
56
fi
57
working-directory: __vm-docs
0 commit comments