Skip to content

Commit

Permalink
Merge pull request #927 from amazon-connect/workflow-update
Browse files Browse the repository at this point in the history
Updating slack workflow
  • Loading branch information
vpogudina authored Sep 6, 2024
2 parents b8f213e + f494000 commit 0c82a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
payload: |
{
"issueUrl" : ${{ github.event.issue.issue_url }}
"issueUrl" : ${{ github.event.issue.url }}
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 0c82a21

Please sign in to comment.