Skip to content

Commit

Permalink
chore: map env
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Oct 2, 2024
1 parent 2c77ffc commit 97df54b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
# echo hello
# echo more lines

- name: Env
run: echo ${{ toJson(env) }}

- name: Foo
run: echo ${{ format('-e {0}', env) }}

- name: Alpine
id: alpine
uses: docker://alpine:latest
Expand Down

0 comments on commit 97df54b

Please sign in to comment.