Skip to content

Commit 27306da

Browse files
committed
Rollback wrangler action to 2.0.0
1 parent 6ec2a48 commit 27306da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
working-directory: ./tf
100100

101101
- name: download Terraform state
102-
uses: cloudflare/wrangler-action@v3
102+
uses: cloudflare/wrangler-action@2.0.0
103103
with:
104104
wranglerVersion: ${{ env.wranglerVersion }}
105105
command: kv:key get --namespace-id=${{ env.tfstate_kv }} terraform.tfstate > ./tf/terraform.tfstate

0 commit comments

Comments
 (0)