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