Skip to content

Commit

Permalink
Added option to specify Slack channel ID
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug committed Oct 30, 2024
1 parent 4b10329 commit 6806d3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/playground-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ jobs:
with:
payload: |
{
"channel_id": "C0546R7QZJT",
"job_link":"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"actor":"${{ github.actor }}",
"action":"${{ github.action_status }}",
"base_ref":"${{ github.base_ref }}",
"event_name":"${{ github.event_name }}",
"head_ref":"${{ github.head_ref }}",
"step_containers":"${{ steps.containers.conclusion }}",
Expand Down

0 comments on commit 6806d3d

Please sign in to comment.