mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-04 01:29:39 -06:00
Update postBlueSky.yml
This commit is contained in:
committed by
GitHub
parent
6e9389b1fd
commit
b5d2e93ed0
2
.github/workflows/postBlueSky.yml
vendored
2
.github/workflows/postBlueSky.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user