Skip to content

Commit

Permalink
ci: experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Oct 11, 2023
1 parent 66f36b0 commit 8e393f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
"title": "${{ github.event.pull_request.title }}",
"pr": "${{ github.event.pull_request.head.ref }}",
"failed_step_url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/",
"message": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/\n${{ steps.generate-job-summary.outputs.failures }}"
"message": "${{ needs.test.generate-job-summary.outputs.failures }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit 8e393f3

Please sign in to comment.