Skip to content

Commit

Permalink
removed the url part from paylod
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 18, 2024
1 parent a86ab01 commit dc02caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/notify-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
"text": "Check the event",
"emoji": true
},
"url": "${{inputs.job_url}}"
"url": "https://google.com"
},
{
"type": "button",
Expand All @@ -76,7 +76,7 @@ runs:
"text": ":github repo: ${{github.event.repository.name}}",
"emoji": true
},
"url": "${{github.server_url}}/${{github.repository}}"
"url": "https://google.com"
}
]
}
Expand Down

0 comments on commit dc02caa

Please sign in to comment.