Skip to content

Commit

Permalink
ci: fix branch name in the event sent by push-content.yml
Browse files Browse the repository at this point in the history
The former configuration sent something like `refs/heads/3.6` instead of `3.6`.
  • Loading branch information
tbouffard authored Mar 27, 2024
1 parent 16f9d11 commit b0466b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
token: ${{secrets.GH_TOKEN_DOC_TRIGGER_WF}}
repository: bonitasoft/bonita-documentation-site
event-type: source_documentation_change
client-payload: '{ "component": "bcd", "branch": "${{ github.ref }}" }'
client-payload: '{ "component": "bcd", "branch": "${{ github.ref_name }}" }'

0 comments on commit b0466b4

Please sign in to comment.