We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825f685 commit 6d6ee67Copy full SHA for 6d6ee67
.github/workflows/rebuild-and-deploy-docs.yml
@@ -70,6 +70,6 @@ jobs:
70
uses: stefanzweifel/git-auto-commit-action@v4
71
with:
72
commit_message: "[automated commit] Bump docs to versions ${{ steps.check.outputs.remote-versions }}"
73
- tagging_message: "${{ steps.check.outputs.tag }}"
+ tagging_message: "${{ steps.check.outputs.tag }}-${{ env.GITHUB_RUN_ID }}"
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments