Skip to content

Commit 67858e4

Browse files
authored
Update pr-cleanup.yaml
1 parent 2e74a83 commit 67858e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
-H "Authorization: Bearer ${{ secrets.PR_DEPLOYMENTS_CLOUDFLARE_API_TOKEN }}" \
5858
-H "Content-Type:application/json" | jq -r '.result[0].id')
5959
60-
set::add-mask $record_id
60+
echo "::add-mask:$record_id"
6161
6262
# Delete the record
6363
curl -X DELETE "https://api.cloudflare.com/client/v4/zones/${{ secrets.PR_DEPLOYMENTS_ZONE_ID }}/dns_records/$recrd_id" \

0 commit comments

Comments
 (0)