From 011c55d926217aa94997819f377aafba8ae2e3b5 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 17:29:23 +0800 Subject: [PATCH] chore: update --- .github/workflows/shell.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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