Skip to content

Commit 97d4e67

Browse files
Added additional information to pipeline trigger
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 3950ce0 commit 97d4e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/antora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.MACHINE_USER_PAT }}
2020
event-type: antora-build-trigger
2121
repository: OpenSimulationInterface/osi-antora-generator
22-
client-payload: '{"src": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
22+
client-payload: '{"src": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "head_ref": "${{ github.head_ref }}"}'
2323
# antora-build:
2424
# name: Build
2525
# runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)