From b7f261eeadeef64d5ad81993b178ccf6107d6105 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 18:08:15 +0800 Subject: [PATCH] chore: update --- .github/workflows/shell.yml | 2 ++ 1 file changed, 2 insertions(+) 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