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 dc314fc commit 559b926Copy full SHA for 559b926
.github/actions/run-examples/action.yml
@@ -35,7 +35,7 @@ runs:
35
- uses: actions/checkout@v4
36
with:
37
token: ${{ inputs.token }}
38
- head-ref: ${{ inputs.head-ref }}
+ ref: ${{ inputs.head-ref }}
39
repository: ${{ inputs.repository }}
40
fetch-depth: 0
41
0 commit comments