Skip to content

Commit

Permalink
verbiage
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <[email protected]>
  • Loading branch information
leecalcote committed Jan 19, 2023
1 parent 74465d5 commit 4f84121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tweet-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check if it is issue
uses: ethomson/send-tweet-action@v1
with:
status: 'Help wanted on this issue: "${{ github.event.issue.title }}" - ${{ github.event.issue.html_url }} \#opensource'
status: 'Help wanted: "${{ github.event.issue.title }}" - ${{ github.event.issue.html_url }} \#opensource'
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY_LAYER5 }}
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET_LAYER5 }}
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN_LAYER5 }}
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Check if it is PR
uses: ethomson/send-tweet-action@v1
with:
status: 'Help wanted on this PR: "${{ github.event.pull_request.title }}" - ${{ github.event.pull_request.html_url }} \#opensource'
status: 'Help wanted: "${{ github.event.pull_request.title }}" - ${{ github.event.pull_request.html_url }} \#opensource'
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY_LAYER5 }}
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET_LAYER5 }}
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN_LAYER5 }}
Expand Down

0 comments on commit 4f84121

Please sign in to comment.