From 910a082f8d5804b1fe06c1bcca9e1943287742b2 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Sun, 13 Dec 2020 17:54:09 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9Aupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index fb6801f..b12874b 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -19,6 +19,7 @@ runs: shell: bash - id: set-variable run: test1=1 && echo test1 is $test1 + shell: bash - id: get-variable run: echo test111 is $test1 shell: bash