Skip to content

Commit 4aeac18

Browse files
committed
hotfix: printing more info on github action
1 parent 518a3e6 commit 4aeac18

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/chicmoz-prod.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Print version
24+
- name: Print important information
25+
env:
26+
CHICMOZ_AZTEC_RPC: ${{ secrets.CHICMOZ_AZTEC_RPC }}
2527
run: |
26-
git describe --tags
28+
echo "VERSION: $(git describe --tags)"
29+
echo "CHICMOZ_AZTEC_RPC: $CHICMOZ_AZTEC_RPC"
2730
shell: bash
2831

2932
- name: Install Skaffold

0 commit comments

Comments
 (0)