diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d6a4ae..df750f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,15 +142,15 @@ jobs: title: "v${{ steps.meta.outputs.version }}" token: ${{ secrets.REPO_ACCESS_TOKEN }} - - name: Send mail - if: env.exists == 'false' - uses: action-pack/send-mail@v1 - with: - to: ${{secrets.MAILTO}} - from: Github Actions <${{secrets.MAILTO}}> - connection_url: ${{secrets.MAIL_CONNECTION}} - subject: Build of ${{ github.event.repository.name }} v${{ steps.meta.outputs.version }} completed - body: | + name: Send mail + if: env.exists == 'false' + uses: action-pack/send-mail@v1 + with: + to: ${{secrets.MAILTO}} + from: Github Actions <${{secrets.MAILTO}}> + connection_url: ${{secrets.MAIL_CONNECTION}} + subject: Build of ${{ github.event.repository.name }} v${{ steps.meta.outputs.version }} completed + body: | The build job of ${{ github.event.repository.name }} v${{ steps.meta.outputs.version }} was completed successfully! See https://github.com/${{ github.repository }}/actions for more information.