temp: post compare URL to Slack instead of creating PR

This commit is contained in:
bitterpanda 2026-05-19 14:52:37 -07:00
parent 3f0837c65a
commit 07b8571758

View file

@ -78,11 +78,7 @@ jobs:
git add install-scripts/install-endpoint-mac.sh install-scripts/install-endpoint-windows.ps1 git add install-scripts/install-endpoint-mac.sh install-scripts/install-endpoint-windows.ps1
git commit -m "Bump Endpoint to ${NEW}" git commit -m "Bump Endpoint to ${NEW}"
git push origin "$BRANCH" git push origin "$BRANCH"
PR_URL=$(gh pr create \ PR_URL="https://github.com/${{ github.repository }}/compare/main...${BRANCH}?expand=1"
--title "Bump Endpoint to ${NEW}" \
--body "Automated bump of safechain-internals endpoint from \`${OLD}\` to \`${NEW}\`." \
--head "$BRANCH" \
--base main)
curl -s -X POST "https://hooks.slack.com/triggers/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" \ curl -s -X POST "https://hooks.slack.com/triggers/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" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \