Skip to content

Commit 7763fc9

Browse files
committed
Fix warning.
1 parent 3b4683e commit 7763fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
uses: ./.github/actions/test
7878
with:
7979
test-options: ${{ inputs.test-options }}
80-
has-gpu: ${{ inputs.runner-has-gpu }}
80+
runner-has-gpu: ${{ inputs.runner-has-gpu }}

0 commit comments

Comments
 (0)