diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6026ef5..1b6b471 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,8 +8,9 @@ jobs: steps: - uses: cstuder/apprise-ga@master with: - title: 'Push received on {{ ref }}' + title: 'jonb.io site deployment' message: >- + Push received on {{ ref }} Commit by {{ head_commit.author.name }}: {{ head_commit.message | truncate(128) }} ({{ head_commit.id[0:7] }}) env: @@ -62,9 +63,7 @@ jobs: timeout: 60000 - uses: cstuder/apprise-ga@master with: - title: 'Push received on {{ ref }}' - message: >- - Commit by {{ head_commit.author.name }}: {{ head_commit.message | - truncate(128) }} ({{ head_commit.id[0:7] }}) + title: 'jonb.io site deployment' + message: Push received on {{ ref }} Commit by {{ head_commit.author.name }}: {{ head_commit.message | truncate(128) }} ({{ head_commit.id[0:7] }}) deployed. env: APPRISE_URL: '${{ secrets.APPRISE_URL }}' \ No newline at end of file