diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 2fcb454..3f380ac 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -14,7 +14,7 @@ jobs: run: | echo "Run a multi-line script" - id: foo - uses: ./.github/actions + uses: .github/actions with: who-to-greet: "Mona the Octocat" - run: echo random-number ${{ steps.foo.outputs.random-number }}