test: workflow

This commit is contained in:
Bill Church 2022-07-29 09:46:51 -04:00 committed by GitHub
parent fe80e6a97e
commit be279047e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'