Skip to content

Commit

Permalink
Change build notification to say development not nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenfoot5 committed Nov 17, 2024
1 parent 2567ae2 commit 20fc25a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ jobs:
with:
webhook-url: ${{ secrets.NIGHTLY_WEBHOOK_URL }}
content: "Build Success"
embed-title: "New Nightly Build Available!"
embed-title: "New Development Build Available!"
embed-description: "[You can get the new builds here](https://github.com/Greenfoot5/Bestagon-Defence/actions/runs/${{ github.run_id }})
\n${{ env.StandaloneWindowsResult }}\n*You may need to scroll down to the bottom*"
\n${{ env.StandaloneWindowsResult }}\n*You may need to log in & scroll down to the bottom*"
embed-color: 1546855

sendFailureNotification:
Expand All @@ -149,7 +149,7 @@ jobs:
with:
webhook-url: ${{ secrets.NIGHTLY_WEBHOOK_URL }}
content: "Build Failure"
embed-title: "New Nightly Build Failed!"
embed-title: "New Development Build Failed!"
embed-description: "[You can find the results here](https://github.com/Greenfoot5/Bestagon-Defence/actions/runs/${{ github.run_id }})\n${{ env.StandaloneWindowsResult }}"
embed-color: 10949957

0 comments on commit 20fc25a

Please sign in to comment.