From 2821c440f733b07b2376760b4f2c40d7e8809967 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Tue, 28 Nov 2023 13:29:17 -0800 Subject: [PATCH] print env vars --- .github/workflows/currents.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/currents.yml b/.github/workflows/currents.yml index 28e6906..8372e64 100644 --- a/.github/workflows/currents.yml +++ b/.github/workflows/currents.yml @@ -23,6 +23,10 @@ jobs: with: node-version: 16 + - name: Print Env variables + run: | + printenv + # Install Currents - name: Install dependencies run: |