Skip to content

Commit

Permalink
Changes in debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Aug 18, 2023
1 parent a50c26b commit bd541ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- run: |
echo ${{ needs.build.result }}
echo ${{ needs.*.result }}
echo ${{ toJSON(needs.*.result) }}
slack-notify:
if: ${{ always() }}
Expand All @@ -69,13 +69,13 @@ jobs:
with:
payload: |
{
"text": "conda-forge package installation: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}",
"text": "conda-forge package installation: ${{ needs.*.result }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "conda-forge package installation: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
"text": "conda-forge package installation: ${{ needs.*.result }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
}
}
]
Expand Down

0 comments on commit bd541ea

Please sign in to comment.