diff --git a/.github/workflows/node.js.branch.deploy.end.yml b/.github/workflows/node.js.branch.deploy.end.yml index af02075e..600d219b 100644 --- a/.github/workflows/node.js.branch.deploy.end.yml +++ b/.github/workflows/node.js.branch.deploy.end.yml @@ -19,7 +19,7 @@ jobs: -H 'Accept: application/vnd.github+json' \ -H 'Authorization: Bearer ${{ secrets.GENERATE_TEMPORARY_BRANCH_WEBSITE }}' \ -H 'X-GitHub-Api-Version: 2022-11-28' \ - https://api.github.com/repos/Temporary-Feature-Branch/${{ github.ref_name }} | jq '.description') + https://api.github.com/repos/Temporary-Feature-Branch/${{ github.ref_name }}-Simple | jq '.description') curl --request DELETE \ --url https://api.cloudflare.com/client/v4/zones/${{ secrets.CNAME_ZONE_ID }}/dns_records/'"$CNAME_ID"' \ --header 'Content-Type: application/json' \