Update postBlueSky.yml

This commit is contained in:
Yogesh Choudhary Paliyal
2025-04-05 18:16:04 +05:30
committed by GitHub
parent cbda72a173
commit c0a869fc01

View File

@@ -58,7 +58,6 @@ jobs:
with:
# Use the text provided in the manual trigger input
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 }}
link-preview-url: ${{ github.event.inputs.link }} # Use the link provided in the manual trigger input
identifier: ${{ secrets.BSKY_IDENTIFIER }}
password: ${{ secrets.BSKY_PASSWORD }}