Skip to content

Commit

Permalink
ci: Fix single-quote error in notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
joshooaj committed Mar 20, 2024
1 parent be87ef2 commit b95b062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NotifyOnStarred.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b95b062

Please sign in to comment.