We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next
1 parent 139ebf1 commit ea947c4Copy full SHA for ea947c4
1 file changed
.github/workflows/synchronize.yaml
@@ -24,6 +24,8 @@ jobs:
24
steps:
25
- name: Checkout repository
26
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ with:
28
+ ref: ${{ github.event.client_payload.event.ref || github.ref }}
29
30
- name: Get commit ID (workflow dispatch, empty)
31
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.commit-id == '' }}
0 commit comments