diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index 98e4c577..658d70c6 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -42,8 +42,8 @@ jobs: with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} message: <@&1079153184007790652> - title: "${{ secrets.REPO_NAME }}: **Copyright Update Failed**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ env.REPO_NAME }}: **Copyright Update Failed**" + url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 14879811 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 59f499f1..6e39a404 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -56,8 +56,8 @@ jobs: if: success() with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} - title: "${{ secrets.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**" + url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 844716 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png @@ -70,8 +70,8 @@ jobs: with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} message: <@&1079153184007790652> - title: "${{ secrets.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**" + url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 14879811 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png @@ -93,5 +93,5 @@ jobs: commits: "true" username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png - author: ${{ secrets.REPO_NAME }} Develop Release + author: ${{ env.REPO_NAME }} Develop Release author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index ddd09aea..194c7335 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -52,8 +52,8 @@ jobs: if: success() with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} - title: "${{ secrets.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**" + url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 844716 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png @@ -66,8 +66,8 @@ jobs: with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} message: <@&1079153184007790652> - title: "${{ secrets.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**" + url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 14879811 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2ee932c9..7cd5d44c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -56,8 +56,8 @@ jobs: if: success() with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} - title: "${{ secrets.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Successful**" + url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 844716 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png @@ -70,8 +70,8 @@ jobs: with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} message: <@&1079153184007790652> - title: "${{ secrets.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ env.REPO_NAME }} ${{ matrix.node.tag }}: **Build Failed**" + url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 14879811 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png @@ -93,5 +93,5 @@ jobs: commits: "true" username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png - author: ${{ secrets.REPO_NAME }} Nightly Release + author: ${{ env.REPO_NAME }} Nightly Release author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/release.png diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index b0cd0bcb..16702e3d 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -65,8 +65,8 @@ jobs: if: success() with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} - title: "${{ secrets.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Successful**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ env.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Successful**" + url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 844716 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png @@ -79,8 +79,8 @@ jobs: with: webhook_id_token: ${{ secrets.BUILD_WEBHOOK }} message: <@&1079153184007790652> - title: "${{ secrets.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Failed**" - url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }} + title: "${{ env.REPO_NAME }} ${{ steps.get_version.outputs.VERSION }}: **Build Failed**" + url: https://github.com/Kometa-Team/${{ env.REPO_NAME }}/actions/runs/${{ github.run_id }} color: 14879811 username: Kobota avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png diff --git a/VERSION b/VERSION index 8bfbac71..62c78af3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-develop4 +2.0.0-develop5