Skip to content

Commit b0d05d2

Browse files
committed
as var
1 parent 4923561 commit b0d05d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Debug env vars
3434
run: |
35-
echo "S3_BUCKET is '${{ env.S3_BUCKET }}'"
36-
echo "S3_ENDPOINT is '${{ env.S3_ENDPOINT }}'"
35+
echo "S3_BUCKET is '${{ vars.S3_BUCKET }}'"
36+
echo "S3_ENDPOINT is '${{ vars.S3_ENDPOINT }}'"
3737
3838
3939
- name: Pin react-docgen version

0 commit comments

Comments
 (0)