Skip to content

Commit 4404485

Browse files
committed
add tweet workflow
1 parent c5f8230 commit 4404485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: Eomm/why-don-t-you-tweet@v1
1515
if: ${{ !github.event.repository.private }}
1616
with:
17-
tweet-message: "Snippets pack for @code with #ArrowFunctionsSnippets and #ConsPropsSnippets ${{ github.event.release.tag_name }} 🐛🔨 is here 🥳\n\n
17+
tweet-message: "Snippets pack for @code with #ArrowFunction and #ConsProps ${{ github.event.release.tag_name }} 🐛🔨 is here 🥳\n\n
1818
$ ext install deinsoftware.dein-snippets-pack\n\n
19-
#vscode #snippets #javascript #typescript #react #vuejs #json #arrowfunction\n\n
19+
#vscode #snippets #javascript #typescript #react #vuejs #json\n\n
2020
https://marketplace.visualstudio.com/items?itemName=deinsoftware.dein-snippets-pack"
2121
env:
2222
TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}

0 commit comments

Comments
 (0)