Skip to content

Commit

Permalink
ci: too much noise
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Oct 6, 2024
1 parent 502c965 commit f1803ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tofu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ jobs:
if: success()
with:
severity: info
details: "[ ${{ github.event.org.login }}/${{ github.event.repository.name }}] Apply succesfull @ ${{ github.head_commit.id }}"
details: "Success"
webhookUrl: ${{ env.DISCORD_WEBHOOK }}
- uses: rjstone/discord-webhook-notify@v1
if: failure()
with:
severity: error
details: "[ ${{ github.event.org.login }}/${{ github.event.repository.name }}] Apply failed @ ${{ github.head_commit.id }}"
details: "Failure"
webhookUrl: ${{ env.DISCORD_WEBHOOK }}
- uses: rjstone/discord-webhook-notify@v1
if: cancelled()
with:
severity: warn
details: "[ ${{ github.event.org.login }}/${{ github.event.repository.name }}] Apply cancelled @ ${{ github.head_commit.id }}"
details: "Cancelled"
webhookUrl: ${{ env.DISCORD_WEBHOOK }}

0 comments on commit f1803ac

Please sign in to comment.