diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 6a0a2a9..35c3647 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -14,8 +14,8 @@ jobs: run: | echo "Run a multi-line script" - id: foo - uses: ./github/actions/action.yml - with: - who-to-greet: 'Mona the Octocat' + uses: ./.github/actions/action.yml + with: + who-to-greet: "Mona the Octocat" - run: echo random-number ${{ steps.foo.outputs.random-number }} - shell: bash + shell: bash