Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Feb 2, 2024
1 parent 1039ef7 commit b7e5992
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pre_release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v4
- name: Wait for wasms to be built
uses: lewagon/[email protected]
with:
ref: master
check-name: "Push canister wasms"
repo-token: ${{ secrets.GITHUB_TOKEN }}
with:
ref: master
check-name: "Push canister wasms"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Download canister wasms
run: ./scripts/download-all-canister-wasms.sh $GITHUB_REF_NAME
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit b7e5992

Please sign in to comment.