From c0a869fc01cecbdaa1d08cdd758083d915bd97b5 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sat, 5 Apr 2025 18:16:04 +0530 Subject: [PATCH] Update postBlueSky.yml --- .github/workflows/postBlueSky.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}