Skip to content

Commit

Permalink
Merge pull request #62 from GhostVaibhav/hotfix-update-ci-pipeline
Browse files Browse the repository at this point in the history
Corrected the repo name for getting the ID
  • Loading branch information
GhostVaibhav authored Jul 14, 2024
2 parents 7ed0f64 + 78c6bc7 commit baf6339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.branch.deploy.end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit baf6339

Please sign in to comment.