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 cae84b1 commit 6e9389bCopy full SHA for 6e9389b
.github/workflows/postBlueSky.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: myConsciousness/bluesky-post@v5
51
with:
52
# Use the text provided in the manual trigger input
53
- text: ${{ github.event.inputs.text }}
+ text: ${{ format('{0} by @{1}', github.event.inputs.text, github.event.inputs.authorName) }}
54
# Use the link provided in the manual trigger input
55
link-preview-url: ${{ github.event.inputs.link }}
56
identifier: ${{ secrets.BSKY_IDENTIFIER }}
0 commit comments