Skip to content

Commit 3c9bffa

Browse files
committed
Solve issue with ref on distributable dispatch.
1 parent 86fae81 commit 3c9bffa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
workflow_file_name: ci.yml
7777
wait_workflow: true
7878
client_payload: '{"ref": "${{ github.head_ref || github.ref_name }}"}'
79-
ref: ${{ github.head_ref || github.ref_name }}
79+
ref: master

.github/workflows/macos-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ jobs:
121121
workflow_file_name: ci.yml
122122
wait_workflow: true
123123
client_payload: '{"ref": "${{ github.head_ref || github.ref_name }}"}'
124-
ref: ${{ github.head_ref || github.ref_name }}
124+
ref: master

.github/workflows/windows-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
workflow_file_name: ci.yml
8181
wait_workflow: true
8282
client_payload: '{"ref": "${{ github.head_ref || github.ref_name }}"}'
83-
ref: ${{ github.head_ref || github.ref_name }}
83+
ref: master

0 commit comments

Comments
 (0)