From 6e13e212c4487ef081b7f256e5271c03f00623c8 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 19:55:54 +0800 Subject: [PATCH] chore: update --- .github/workflows/shell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 3541b19..ad8a1ca 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Run a multi-line script run: | + echo github.action_path is ${{github.action_path}} echo "Run a multi-line script" - id: foo uses: ./.github/actions