Fixed yaml
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m52s

This commit is contained in:
Jonathan Branan 2024-11-04 23:20:20 -06:00
parent 8b32122191
commit d4df7f67d9

View File

@ -64,6 +64,9 @@ jobs:
- uses: cstuder/apprise-ga@master - uses: cstuder/apprise-ga@master
with: with:
title: 'jonb.io site deployment' 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. message: >-
Push received on {{ ref }}
Commit by {{ head_commit.author.name }}: {{ head_commit.message |
truncate(128) }} ({{ head_commit.id[0:7] }}) deployed.
env: env:
APPRISE_URL: '${{ secrets.APPRISE_URL }}' APPRISE_URL: '${{ secrets.APPRISE_URL }}'