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 2e74a83 commit 67858e4Copy full SHA for 67858e4
.github/workflows/pr-cleanup.yaml
@@ -57,7 +57,7 @@ jobs:
57
-H "Authorization: Bearer ${{ secrets.PR_DEPLOYMENTS_CLOUDFLARE_API_TOKEN }}" \
58
-H "Content-Type:application/json" | jq -r '.result[0].id')
59
60
- set::add-mask $record_id
+ echo "::add-mask:$record_id"
61
62
# Delete the record
63
curl -X DELETE "https://api.cloudflare.com/client/v4/zones/${{ secrets.PR_DEPLOYMENTS_ZONE_ID }}/dns_records/$recrd_id" \
0 commit comments