Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar authored Nov 23, 2022
1 parent 40dd2ec commit 68523d8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,8 @@ jobs:
echo "GIT_SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
coreType="cmangos"
expension="classic"
coreBranch="ike3-bots"
echo "CORE_TYPE=${coreType}" >> $GITHUB_ENV
echo "EXPENSION_NAME=${expension}" >> $GITHUB_ENV
echo "CORE_BRANCH=${coreBranch}" >> $GITHUB_ENV
- name: Notify
uses: rjstone/[email protected]
with:
Expand All @@ -133,9 +130,9 @@ jobs:
description: |
**Linux build failed!**
details: |
- **Core branch:** ${{env.CORE_BRANCH}} - ([Commits](${{github.server_url}}/${{ github.repository }}/commits/${{env.CORE_BRANCH}}))
- **Core branch:** ${{env.GIT_BRANCH}} - ([Commits](${{github.server_url}}/${{ github.repository }}/commits/${{env.GIT_BRANCH}}))
- **Bots branch:** master - ([Commits](${{github.server_url}}/mangosbot-bots/commits/master))
- **Build log:** [actions/runs/${{github.run_id}}](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}
- **Build log:** [actions/runs/${{github.run_id}}](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}})
footer: Build fail
webhookUrl: ${{ secrets.DISCORD_WEBHOOK_BUILD }}
avatarUrl: https://github.githubassets.com/favicons/favicon-failure.png

0 comments on commit 68523d8

Please sign in to comment.