diff --git a/.github/workflows/NotifyOnStarred.yml b/.github/workflows/NotifyOnStarred.yml index 0866827..08bcf05 100644 --- a/.github/workflows/NotifyOnStarred.yml +++ b/.github/workflows/NotifyOnStarred.yml @@ -16,7 +16,7 @@ jobs: run: | Import-Module ./joshooaj.PSPushover/joshooaj.PSPushover.psd1 $msg = @{ - Message = 'Someone ⭐'d the repo 🎉' + Message = 'Someone ⭐''d the repo 🎉' Sound = 'magic' Attachment = [io.file]::ReadAllBytes((Resolve-Path ./docs/assets/images/star.png)) FileName = 'star.png'