Skip to content

Commit 6e9389b

Browse files
Update postBlueSky.yml
1 parent cae84b1 commit 6e9389b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postBlueSky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: myConsciousness/bluesky-post@v5
5151
with:
5252
# Use the text provided in the manual trigger input
53-
text: ${{ github.event.inputs.text }}
53+
text: ${{ format('{0} by @{1}', github.event.inputs.text, github.event.inputs.authorName) }}
5454
# Use the link provided in the manual trigger input
5555
link-preview-url: ${{ github.event.inputs.link }}
5656
identifier: ${{ secrets.BSKY_IDENTIFIER }}

0 commit comments

Comments
 (0)