Skip to content

Commit

Permalink
Adjust Twitter message
Browse files Browse the repository at this point in the history
  • Loading branch information
BOLL7708 committed Aug 2, 2022
1 parent 9811fcb commit c72cf40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: 'Post Release to Twitter'
# Trigger on release
on:
on:
release:
types:
- published
Expand All @@ -12,7 +11,7 @@ jobs:
- name: post
uses: m1ner79/[email protected]
with:
twitter_status: "Update: ${{github.event.release.tag_name}} ${{github.event.repository.full_name}} ${{github.event.release.html_url}}"
twitter_status: "Update: ${{github.event.release.name}} ${{github.event.repository.full_name}} ${{github.event.release.html_url}}"
twitter_consumer_key: ${{ secrets.TWITTER_CONSUMER_KEY }}
twitter_consumer_secret: ${{ secrets.TWITTER_CONSUMER_SECRET }}
twitter_access_token_key: ${{ secrets.TWITTER_ACCESS_TOKEN_KEY }}
Expand Down

0 comments on commit c72cf40

Please sign in to comment.