Skip to content

Commit c0a869f

Browse files
Update postBlueSky.yml
1 parent cbda72a commit c0a869f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/postBlueSky.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
with:
5959
# Use the text provided in the manual trigger input
6060
text: ${{ format('{0} by @{1}', github.event.inputs.text, github.event.inputs.authorName) }}
61-
# Use the link provided in the manual trigger input
62-
link-preview-url: ${{ github.event.inputs.link }}
61+
link-preview-url: ${{ github.event.inputs.link }} # Use the link provided in the manual trigger input
6362
identifier: ${{ secrets.BSKY_IDENTIFIER }}
6463
password: ${{ secrets.BSKY_PASSWORD }}

0 commit comments

Comments
 (0)