Skip to content

Commit

Permalink
print env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 28, 2023
1 parent f2111d3 commit 2821c44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/currents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
node-version: 16

- name: Print Env variables
run: |
printenv
# Install Currents
- name: Install dependencies
run: |
Expand Down

0 comments on commit 2821c44

Please sign in to comment.