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 cbda72a commit c0a869fCopy full SHA for c0a869f
.github/workflows/postBlueSky.yml
@@ -58,7 +58,6 @@ jobs:
58
with:
59
# Use the text provided in the manual trigger input
60
text: ${{ format('{0} by @{1}', github.event.inputs.text, github.event.inputs.authorName) }}
61
- # Use the link provided in the manual trigger input
62
- link-preview-url: ${{ github.event.inputs.link }}
+ link-preview-url: ${{ github.event.inputs.link }} # Use the link provided in the manual trigger input
63
identifier: ${{ secrets.BSKY_IDENTIFIER }}
64
password: ${{ secrets.BSKY_PASSWORD }}
0 commit comments