From a523d760a920bde3a32cb280f5b5d2aa9e7b1c56 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 17:37:07 +0800 Subject: [PATCH] chore: update --- .github/workflows/shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 3f380ac..2fcb454 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 }}