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 3295344 commit d135035Copy full SHA for d135035
.github/workflows/register-commands-production.yaml
@@ -50,7 +50,7 @@ jobs:
50
steps:
51
- uses: actions/checkout@v4
52
- run: npm install
53
- - uses: cloudflare/wrangler-action@2.0.0
+ - uses: cloudflare/wrangler-action@v3
54
with:
55
apiToken: ${{secrets.CLOUDFLARE_API_TOKEN}}
56
accountId: ${{secrets.CLOUDFLARE_ACCOUNT_ID}}
0 commit comments