test: workflow
This commit is contained in:
parent
fe80e6a97e
commit
be279047e9
1 changed files with 1 additions and 11 deletions
10
.github/workflows/action-test.yml
vendored
10
.github/workflows/action-test.yml
vendored
|
@ -26,13 +26,3 @@ jobs:
|
||||||
- name: env
|
- name: env
|
||||||
run: 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'
|
|
Loading…
Reference in a new issue