We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f0228 commit f164461Copy full SHA for f164461
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
30
preCommands: |
31
- cp wrangler.toml.example wranger.toml
+ cp wrangler.toml.example wrangler.toml
32
envsubst < wrangler.toml.example > wrangler.toml
33
postCommands: |
34
rm -f wrangler.toml
0 commit comments