diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index e447398..032b29d 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -19,11 +19,12 @@ jobs: who-to-greet: "Mona the Octocat" - run: echo random-number ${{ steps.foo.outputs.random-number }} shell: bash - - run: ls -l + - run: ls -al shell: bash - run: heroku shell: bash - name: run pwsh + shell: pwsh run: | . ./.github/actions/module.ps1 Show-Calendar