diff --git a/.github/workflows/postBlueSky.yml b/.github/workflows/postBlueSky.yml index e5317fdc..0bfcf63d 100644 --- a/.github/workflows/postBlueSky.yml +++ b/.github/workflows/postBlueSky.yml @@ -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 }}