Skip to content

Commit

Permalink
ci - add workflow name to git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileskyfi authored May 21, 2024
1 parent 5b0b9eb commit 35a007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-from-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a007e

Please sign in to comment.