mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 04:00:49 +00:00
temp: post compare URL to Slack instead of creating PR
This commit is contained in:
parent
3f0837c65a
commit
07b8571758
1 changed files with 1 additions and 5 deletions
6
.github/workflows/bump-endpoint.yml
vendored
6
.github/workflows/bump-endpoint.yml
vendored
|
|
@ -78,11 +78,7 @@ jobs:
|
|||
git add install-scripts/install-endpoint-mac.sh install-scripts/install-endpoint-windows.ps1
|
||||
git commit -m "Bump Endpoint to ${NEW}"
|
||||
git push origin "$BRANCH"
|
||||
PR_URL=$(gh pr create \
|
||||
--title "Bump Endpoint to ${NEW}" \
|
||||
--body "Automated bump of safechain-internals endpoint from \`${OLD}\` to \`${NEW}\`." \
|
||||
--head "$BRANCH" \
|
||||
--base main)
|
||||
PR_URL="https://github.com/${{ github.repository }}/compare/main...${BRANCH}?expand=1"
|
||||
|
||||
curl -s -X POST "https://hooks.slack.com/triggers/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" \
|
||||
-H "Content-Type: application/json" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue