diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index df2af24..784dac8 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -25,14 +25,4 @@ jobs: - name: env run: env - - -steps: - - name: Set the value - id: step_one - run: | - echo "action_state=yellow" >> $GITHUB_ENV - - name: Use the value - id: step_two - run: | - echo "${{ env.action_state }}" # This will output 'yellow' \ No newline at end of file + \ No newline at end of file