Skip to content

Commit a19f712

Browse files
committed
Fix typo
1 parent 1296c02 commit a19f712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: cloudflare/pages-action@v1
3535
with:
3636
apiToken: ${{ secrets.CLOUDFLARE_PAGES_TOKEN }}
37-
accountId: $ {{ secrets.CLOUDFLARE_ACCOUNT_ID }}
37+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3838
projectName: query-rs
3939
directory: ./web/dist
4040
# Optional: Enable this if you want to have GitHub Deployments triggered

0 commit comments

Comments
 (0)