Skip to content

Commit a2bdf91

Browse files
committed
Update workflow
1 parent 1ba4367 commit a2bdf91

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ jobs:
1717
-
1818
name: Checkout
1919
uses: actions/checkout@v2
20+
-
21+
name: Env before
22+
run: |
23+
env|sort
2024
-
2125
name: Expose GitHub Runtime
2226
uses: ./
2327
-
24-
name: Env
28+
name: Env after
2529
run: |
2630
env|sort

0 commit comments

Comments
 (0)