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.
1 parent cfcae08 commit dc314fcCopy full SHA for dc314fc
.github/actions/run-examples/action.yml
@@ -35,6 +35,8 @@ runs:
35
- uses: actions/checkout@v4
36
with:
37
token: ${{ inputs.token }}
38
+ head-ref: ${{ inputs.head-ref }}
39
+ repository: ${{ inputs.repository }}
40
fetch-depth: 0
41
42
- name: Patch tests/test_examples_run.yaml check with modified files
0 commit comments