Skip to content

Commit

Permalink
Updating the verbose output, changed from Post to Message and missed …
Browse files Browse the repository at this point in the history
…this
  • Loading branch information
jeffpatton1971 committed Jan 16, 2024
1 parent f21eccb commit 1198e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There a few different ways you could use this action, here is an example of one
```yaml
jobs:
send_notification:
uses: mod-posh/[email protected].3
uses: mod-posh/[email protected].4
with:
message: 'This is a test post'
verbose: 'verbose'
Expand Down
2 changes: 1 addition & 1 deletion post2bsky.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ try
Write-Host "Post2BlueSkey DEBUG"
Write-Host "CreateSessionUri : $($CreateSessionUri)"
Write-Host "CreateRecordUri : $($CreateRecordUri)"
Write-Host "Post : $($Post)"
Write-Host "Message : $($Message)"
}

$AuthBody = @{'identifier' = $Identifier; 'password' = $ApiKey }
Expand Down

0 comments on commit 1198e7b

Please sign in to comment.