Skip to content

Commit

Permalink
fix: debug vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 15, 2024
1 parent 3fb3b7e commit 8e58d56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Use variables
run: |
echo "database : $EDGEDB_DATABASE"
echo "instance : $EDGEDB_INSTANCE"
env:
EDGEDB_DATABASE: ${{ vars.EDGEDB_DATABASE }}
EDGEDB_INSTANCE: ${{ vars.EDGEDB_INSTANCE }}

- uses: actions/checkout@v4

- name: Setup Node.js
Expand Down

0 comments on commit 8e58d56

Please sign in to comment.