From be279047e91093c16853bbc8708776216b6e7552 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Fri, 29 Jul 2022 09:46:51 -0400 Subject: [PATCH] test: workflow --- .github/workflows/action-test.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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