diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 405e717..332e5ac 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -17,5 +17,10 @@ runs: - id: random-number-generator run: echo "::set-output name=random-id::$(echo $RANDOM)" shell: bash + - id: set variable + run: test1=1 && echo test1 is $test1 + - id: get variable + run: echo test111 is $test1 + shell: bash - run: ${{ github.action_path }}/goodbye.sh shell: bash