Browse Source

.github: fix fuzz-nightly job (#5965)

outputs is a property of the job, not an individual step.
pull/6085/head
Anton Kaliaev 4 years ago
parent
commit
108073077b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/fuzz-nightly.yml

+ 1
- 1
.github/workflows/fuzz-nightly.yml View File

@ -77,7 +77,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: tendermint-internal
SLACK_USERNAME: Nightly Fuzz Tests
SLACK_ICON_EMOJI: ':skull:'
SLACK_ICON_EMOJI: ':firecracker:'
SLACK_COLOR: danger
SLACK_MESSAGE: Crashers found in Nightly Fuzz tests
SLACK_FOOTER: ''

Loading…
Cancel
Save