From b5d2e93ed0ed5296aaa13e71fafbf9a70bd5b24a Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sat, 5 Apr 2025 17:53:54 +0530 Subject: [PATCH] Update postBlueSky.yml --- .github/workflows/postBlueSky.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postBlueSky.yml b/.github/workflows/postBlueSky.yml index 282cd05b..045d5855 100644 --- a/.github/workflows/postBlueSky.yml +++ b/.github/workflows/postBlueSky.yml @@ -34,7 +34,7 @@ jobs: uses: myConsciousness/bluesky-post@v5 with: # Use PR title and author login for the text - text: ${{ format('{0} by @{1}', github.event.pull_request.title, github.event.pull_request.user.login) }} + text: ${{ format('{0} by {1}', github.event.pull_request.title, github.event.pull_request.user.login) }} # Use the PR's HTML URL for the link preview link-preview-url: ${{ github.event.pull_request.html_url }} # Use html_url, it's more standard identifier: ${{ secrets.BSKY_IDENTIFIER }}