Skip to content

Commit

Permalink
debug(ci): print environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 26, 2023
1 parent 3b4d48d commit a613c97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ env:
PUBLIC_VENNBASE_API: ${{ vars.ASTRO_PUBLIC_VENNBASE_API }} # "http://127.0.0.1:8000"

jobs:
print_env:
name: Print env
runs-on: ubuntu-latest
steps:
- name: Print env
run: |
echo "BUILD_PATH: $BUILD_PATH"
echo "PUBLIC_INTERLINKER_WS_API: $PUBLIC_INTERLINKER_WS_API"
echo "PUBLIC_VENNBASE_API: $PUBLIC_VENNBASE_API"
build:
name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit a613c97

Please sign in to comment.