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 5801ca2 commit 2768998Copy full SHA for 2768998
.github/workflows/cli-tests.yaml
@@ -76,7 +76,7 @@ jobs:
76
run: |
77
ARTIFACT_URL="github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
78
curl --request PATCH \
79
- "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_DEV_JETIFY_COM_ZONE_ID/rulesets/8e90f56d9df8499ebf5023d188d62d99/rules/ef569446f76946ff9ebf910320eed88c" \
+ "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_DEV_JETIFY_COM_ZONE_ID/rulesets/8e90f56d9df8499ebf5023d188d62d99/rules/fab5cd9a2e574e0aa6ab73d622d6a350" \
80
--header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
81
--header "Content-Type: application/json" \
82
--data '{
0 commit comments