Skip to content

Commit f164461

Browse files
committed
Fix typo in ci.yml
1 parent f3f0228 commit f164461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3030
preCommands: |
31-
cp wrangler.toml.example wranger.toml
31+
cp wrangler.toml.example wrangler.toml
3232
envsubst < wrangler.toml.example > wrangler.toml
3333
postCommands: |
3434
rm -f wrangler.toml

0 commit comments

Comments
 (0)