Skip to content

Commit 8e58d56

Browse files
fix: debug vars
1 parent 3fb3b7e commit 8e58d56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/storybook.yml

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Use variables
19+
run: |
20+
echo "database : $EDGEDB_DATABASE"
21+
echo "instance : $EDGEDB_INSTANCE"
22+
env:
23+
EDGEDB_DATABASE: ${{ vars.EDGEDB_DATABASE }}
24+
EDGEDB_INSTANCE: ${{ vars.EDGEDB_INSTANCE }}
25+
1826
- uses: actions/checkout@v4
1927

2028
- name: Setup Node.js

0 commit comments

Comments
 (0)