Skip to content

Commit 559b926

Browse files
committed
Fix ref
1 parent dc314fc commit 559b926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
- uses: actions/checkout@v4
3636
with:
3737
token: ${{ inputs.token }}
38-
head-ref: ${{ inputs.head-ref }}
38+
ref: ${{ inputs.head-ref }}
3939
repository: ${{ inputs.repository }}
4040
fetch-depth: 0
4141

0 commit comments

Comments
 (0)