diff --git a/test/action.yaml b/test/action.yaml index 11091ea..219b41a 100644 --- a/test/action.yaml +++ b/test/action.yaml @@ -9,7 +9,7 @@ inputs: runs: using: "composite" steps: - - name Steps + - name: Steps shell: bash run: | echo "Passed argument: ${{ inputs.myVar }}" \ No newline at end of file