Skip to content

Commit ea46aa2

Browse files
Fix checkout on repository dispatch
1 parent 95e7031 commit ea46aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases_repo_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: ./.github/workflows/build_deb_rpm.yml
2424
secrets: inherit
2525
with:
26-
repo_checkout: ${{ inputs.repo_checkout }}
26+
repo_checkout: ${{ github.event.client_payload.repo_checkout || inputs.repo_checkout }}
2727
head_sha: ${{ github.event.client_payload.head_sha || inputs.head_sha }}
2828
upload: true
2929

0 commit comments

Comments
 (0)