Skip to content

Commit debf5b5

Browse files
committed
code to print all env variables
1 parent 125d4d6 commit debf5b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verify_constants.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
constants=$(cat constants.json)
6666
echo "$constants" | jq -r 'to_entries|map("export \(.key)=\(.value|tostring)")|.[]' >> $GITHUB_ENV
6767
68+
- name: Print all environment variables
69+
run: printenv
70+
6871
- name: Verify constants
6972
run: |
7073
file_name="chebai/preprocessing/reader.py"

0 commit comments

Comments
 (0)