diff --git a/.github/workflows/manual-from-secrets.yaml b/.github/workflows/manual-from-secrets.yaml index 9cb4783..f04f913 100644 --- a/.github/workflows/manual-from-secrets.yaml +++ b/.github/workflows/manual-from-secrets.yaml @@ -72,7 +72,7 @@ jobs: run: | git status git add docs/${{ steps.connection-check.outputs.rosver }}/* - git commit -m "Publish ${{ steps.connection-check.outputs.rosver }} ${{ steps.publish-to-docs.outputs.subpath }} to Web" + git commit -m "Publish ${{ steps.connection-check.outputs.rosver }} ${{ steps.publish-to-docs.outputs.subpath }} [${{ github.workflow }}]" git push origin main - name: Save Build Artifacts