Skip to content

Commit

Permalink
fix environment variable in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SockworkOrange committed Jun 27, 2024
1 parent 36afa86 commit 00ead68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: wasm-file
Expand All @@ -140,8 +141,8 @@ jobs:

- name: Verify pushed generated code is synced
run: |
./scripts/wasm/update_sha.sh ${SQLC_CI_FILE}
sqlc -f ${SQLC_CI_FILE} diff
./scripts/wasm/update_sha.sh $SQLC_CI_FILE
sqlc -f $SQLC_CI_FILE diff
- name: Docker compose
uses: hoverkraft-tech/compose-action@v1.5.1
Expand Down

0 comments on commit 00ead68

Please # to comment.