We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9389b commit b5d2e93Copy full SHA for b5d2e93
.github/workflows/postBlueSky.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: myConsciousness/bluesky-post@v5
35
with:
36
# 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) }}
+ text: ${{ format('{0} by {1}', github.event.pull_request.title, github.event.pull_request.user.login) }}
38
# Use the PR's HTML URL for the link preview
39
link-preview-url: ${{ github.event.pull_request.html_url }} # Use html_url, it's more standard
40
identifier: ${{ secrets.BSKY_IDENTIFIER }}
0 commit comments