From 4aeac1841893b62c8a96dad844ecbcdfcdebc686 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 18 Dec 2024 11:14:02 +0100 Subject: [PATCH] hotfix: printing more info on github action --- .github/workflows/chicmoz-prod.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chicmoz-prod.yml b/.github/workflows/chicmoz-prod.yml index 9006568..23df54d 100644 --- a/.github/workflows/chicmoz-prod.yml +++ b/.github/workflows/chicmoz-prod.yml @@ -21,9 +21,12 @@ jobs: with: fetch-depth: 0 - - name: Print version + - name: Print important information + env: + CHICMOZ_AZTEC_RPC: ${{ secrets.CHICMOZ_AZTEC_RPC }} run: | - git describe --tags + echo "VERSION: $(git describe --tags)" + echo "CHICMOZ_AZTEC_RPC: $CHICMOZ_AZTEC_RPC" shell: bash - name: Install Skaffold