Skip to content

Commit a1656cd

Browse files
authored
Merge pull request #31 from olarno/olarno-patch-1
Update send_tweets.yml
2 parents 6d9f5b3 + 4b43a10 commit a1656cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/send_tweets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: dart-actions/tweet@v1.0.0
1515
with:
16-
text: "🚀 New version released: ${{ github.event.inputs.version }}! Check it out on GitHub. #Release #OpenSource"
16+
text: "🚀 New version released: ${{ github.event.inputs.version }}! Check it out on GitHub. https://github.com/olarno/funnyQuoteLibrary. Thanks to our Contributors ❤️"
1717
consumer-key: ${{ secrets.TWITTER_API_KEY }}
1818
consumer-secret: ${{ secrets.TWITTER_API_SECRET }}
1919
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)