Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Nov 7, 2024
1 parent 825f685 commit 6d6ee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-and-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[automated commit] Bump docs to versions ${{ steps.check.outputs.remote-versions }}"
tagging_message: "${{ steps.check.outputs.tag }}"
tagging_message: "${{ steps.check.outputs.tag }}-${{ env.GITHUB_RUN_ID }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d6ee67

Please sign in to comment.