diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 3c20842..0050b81 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -6,4 +6,4 @@ jobs: call-test-workflow: uses: ./.github/workflows/test-workflow.yml with: - node-version: '$NODE_VERSION' + node-version: $NODE_VERSION