diff --git a/.github/workflows/Build_Development.yml b/.github/workflows/Build_Development.yml index 58982c70..50787784 100644 --- a/.github/workflows/Build_Development.yml +++ b/.github/workflows/Build_Development.yml @@ -82,5 +82,5 @@ jobs: run: echo "action_state=yellow" >> $GITHUB_ENV - name: test env variable - run: set + run: echo "${{ env.action_state }}" # This will output 'yellow'