From 591c0a9e2f30b0d7e4ee2186d42f3691b1fcc136 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 17:21:06 +0800 Subject: [PATCH] chore: update --- action.yml => .github/actions/action.yml | 0 goodbye.sh => .github/actions/goodbye.sh | 0 .github/workflows/shell.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename action.yml => .github/actions/action.yml (100%) rename goodbye.sh => .github/actions/goodbye.sh (100%) diff --git a/action.yml b/.github/actions/action.yml similarity index 100% rename from action.yml rename to .github/actions/action.yml diff --git a/goodbye.sh b/.github/actions/goodbye.sh similarity index 100% rename from goodbye.sh rename to .github/actions/goodbye.sh diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 14a7fa9..6a0a2a9 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: actions/hello-world-composite-run-steps-action@v1 + uses: ./github/actions/action.yml with: who-to-greet: 'Mona the Octocat' - run: echo random-number ${{ steps.foo.outputs.random-number }}