Skip to content

Commit b5d2e93

Browse files
Update postBlueSky.yml
1 parent 6e9389b commit b5d2e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postBlueSky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: myConsciousness/bluesky-post@v5
3535
with:
3636
# Use PR title and author login for the text
37-
text: ${{ format('{0} by @{1}', github.event.pull_request.title, github.event.pull_request.user.login) }}
37+
text: ${{ format('{0} by {1}', github.event.pull_request.title, github.event.pull_request.user.login) }}
3838
# Use the PR's HTML URL for the link preview
3939
link-preview-url: ${{ github.event.pull_request.html_url }} # Use html_url, it's more standard
4040
identifier: ${{ secrets.BSKY_IDENTIFIER }}

0 commit comments

Comments
 (0)