Skip to content

Commit

Permalink
chore: print out env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
simonv3 committed Aug 24, 2022
1 parent 6067ac7 commit 384d085
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:

- name: Install dependencies
run: yarn install


- name: What's in env
run: env
- run: echo "$GITHUB_CONTEXT"

- name: Build
run: yarn build

Expand Down

0 comments on commit 384d085

Please sign in to comment.