Skip to content

Commit 00ead68

Browse files
fix environment variable in github action
1 parent 36afa86 commit 00ead68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124

125125
steps:
126126
- uses: actions/checkout@v4
127+
127128
- uses: actions/download-artifact@v4
128129
with:
129130
name: wasm-file
@@ -140,8 +141,8 @@ jobs:
140141

141142
- name: Verify pushed generated code is synced
142143
run: |
143-
./scripts/wasm/update_sha.sh ${SQLC_CI_FILE}
144-
sqlc -f ${SQLC_CI_FILE} diff
144+
./scripts/wasm/update_sha.sh $SQLC_CI_FILE
145+
sqlc -f $SQLC_CI_FILE diff
145146
146147
- name: Docker compose
147148
uses: hoverkraft-tech/[email protected]

0 commit comments

Comments
 (0)