Skip to content

Commit 89c8800

Browse files
Update commands.yml
1 parent cf40a87 commit 89c8800

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/commands.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ jobs:
1414
echo "msg2"
1515
echo "msg3"
1616
echo "::endgroup::"
17+
18+
- name: Step 1
19+
run: |
20+
echo "MY_PAT = hello" > $GITHUB_ENV
21+
- name: Step 2
22+
run: |
23+
echo $MY_PAT

0 commit comments

Comments
 (0)