fix actions url mismatch
This commit is contained in:
parent
0ebc4c4ac5
commit
13fd1ae81d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ jobs:
|
||||||
cd wrangler
|
cd wrangler
|
||||||
npm install
|
npm install
|
||||||
- name: Publish to Cloudflare
|
- name: Publish to Cloudflare
|
||||||
uses: cloudflare/wrangler-action@2.0.0
|
uses: https://github.com/cloudflare/wrangler-action@2.0.0
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
workingDirectory: wrangler
|
workingDirectory: wrangler
|
||||||
|
|
Reference in a new issue