chore: explicitly set format
This commit is contained in:
parent
44f93749a1
commit
b18b6a6eda
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ jobs:
|
||||||
newestItemStrategy: "latestDate"
|
newestItemStrategy: "latestDate"
|
||||||
postFormat: "📝: {title} {link}"
|
postFormat: "📝: {title} {link}"
|
||||||
blueskyEnable: true
|
blueskyEnable: true
|
||||||
|
blueskyPostFormat: "📝: {title} {link}"
|
||||||
blueskyService: "bsky.social"
|
blueskyService: "bsky.social"
|
||||||
blueskyHandle: "cdme.bsky.social"
|
blueskyHandle: "cdme.bsky.social"
|
||||||
blueskyAppPassword: "${{ secrets.BLUESKY_TOKEN }}"
|
blueskyAppPassword: "${{ secrets.BLUESKY_TOKEN }}"
|
||||||
|
|
Reference in a new issue