Skip to content

Commit dc314fc

Browse files
committed
Checkout fix
1 parent cfcae08 commit dc314fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/run-examples/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ runs:
3535
- uses: actions/checkout@v4
3636
with:
3737
token: ${{ inputs.token }}
38+
head-ref: ${{ inputs.head-ref }}
39+
repository: ${{ inputs.repository }}
3840
fetch-depth: 0
3941

4042
- name: Patch tests/test_examples_run.yaml check with modified files

0 commit comments

Comments
 (0)