Skip to content

Commit

Permalink
Update new-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nnfrog authored Dec 18, 2024
1 parent abf120e commit 7221a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
echo "Sending Slack notification..."
echo "Sending Slack notificationa..."
curl --connect-timeout 2 -sSf -k -X POST -H 'Content-type: application/json' --data '{"text": "'"$PR_TITLE"'"}' $SLACK_WEBHOOK_URL
- name: backport_assign_check
Expand Down

0 comments on commit 7221a44

Please sign in to comment.