diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 2fcb454..e32cffd 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -19,3 +19,5 @@ jobs: who-to-greet: "Mona the Octocat" - run: echo random-number ${{ steps.foo.outputs.random-number }} shell: bash + - run: ls -l + shell: bash