Skip to content

Commit 3231637

Browse files
Added additional information to pipeline trigger
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 29ce21e commit 3231637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/antora-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
token: ${{ secrets.MACHINE_USER_PAT }}
2121
event-type: antora-build-trigger
2222
repository: OpenSimulationInterface/osi-antora-generator
23-
client-payload: '{"src": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
23+
client-payload: '{"src": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "head_ref": "${{ github.head_ref }}"}'
2424

0 commit comments

Comments
 (0)