Skip to content

Commit

Permalink
Updating slack workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vpogudina authored Sep 6, 2024
1 parent b8f213e commit f494000
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 f494000

Please sign in to comment.