mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-20 19:40:35 -05:00
Update postBlueSky.yml
This commit is contained in:
committed by
GitHub
parent
cae84b1a70
commit
6e9389b1fd
@@ -50,7 +50,7 @@ jobs:
|
||||
uses: myConsciousness/bluesky-post@v5
|
||||
with:
|
||||
# Use the text provided in the manual trigger input
|
||||
text: ${{ github.event.inputs.text }}
|
||||
text: ${{ format('{0} by @{1}', github.event.inputs.text, github.event.inputs.authorName) }}
|
||||
# Use the link provided in the manual trigger input
|
||||
link-preview-url: ${{ github.event.inputs.link }}
|
||||
identifier: ${{ secrets.BSKY_IDENTIFIER }}
|
||||
|
||||
Reference in New Issue
Block a user