Skip to content

Commit

Permalink
ci: reset discord webhook status
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Oct 21, 2024
1 parent 32ae411 commit 0f49e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/technology-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
name: "Invoke discord webhook"
with:
webhook: ${{ secrets.DISCORD_GITHUB_CI_WEBHOOK }}
status: ${{ needs.Publish-Artefacts.result == 'skipped' && 'Failure' || needs.Publish-Artefacts.result }}
title: "Nightly ${{ github.repository }} build"
description: "Build and publish ${{ needs.Determine-Version.outputs.VERSION }}"
username: GitHub Actions

0 comments on commit 0f49e93

Please sign in to comment.