Skip to content

Commit 4f626b1

Browse files
author
Brian Munkholm
authored
Update pr-on-release.yml
1 parent 2933f66 commit 4f626b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-on-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "action_state=yellow" >> $GITHUB_ENV
2020
- name: Use the value
2121
id: step_two
22-
run: echo "${{ env.action_state }}" # This will output 'yellow'
22+
run: echo "ACTION ${{ env.action_state }}" # This will output 'yellow'
2323

2424
- name: Get release version
2525
run: echo "version=${{ github.event.release.tag_name }}" >> GITHUB_ENV
@@ -30,6 +30,10 @@ jobs:
3030
repository: bmunkholm/test2
3131
ref: main
3232

33+
- name: Use the value
34+
id: step_two
35+
run: echo "ACTION ${{ env.action_state }}" # This will output 'yellow'
36+
3337
- name: Update version file
3438
run: |
3539
echo "${{ env.version }}" > version.txt

0 commit comments

Comments
 (0)