From 7763fc92f700680596559016a6d90df5926cff27 Mon Sep 17 00:00:00 2001 From: sandeepd-nv Date: Mon, 23 Sep 2024 18:59:53 +0530 Subject: [PATCH] Fix warning. --- .github/workflows/gh-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-test.yml b/.github/workflows/gh-test.yml index 3114aa72..74f1c520 100644 --- a/.github/workflows/gh-test.yml +++ b/.github/workflows/gh-test.yml @@ -77,4 +77,4 @@ jobs: uses: ./.github/actions/test with: test-options: ${{ inputs.test-options }} - has-gpu: ${{ inputs.runner-has-gpu }} + runner-has-gpu: ${{ inputs.runner-has-gpu }}