mirror of
https://github.com/sdras/awesome-actions.git
synced 2025-01-16 01:27:17 -05:00
Adding Twitter Share GitHub Action
This action will generate text for the user to copy paste and share on Twitter, including: - a custom message - hashtags - "at" usernames And specifically, it includes links to one or more files that match a pattern from the pull request just merged. I found I needed to do this because the traditional Twitter share buttons didn't work (we can't embed the widget.js from Twitter in GitHub) and then including the hashtags and "at" references in a URL to open the same interface would be truncated in the URL. The use case for this action is any GitHub user/organization that would want to encourage users to contribute content, and then be given a fun Tweet to share that.
This commit is contained in:
parent
df135bd7fd
commit
09af2ab092
@ -149,6 +149,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
- [Send a Slack message](https://github.com/apex/actions/tree/master/slack)
|
- [Send a Slack message](https://github.com/apex/actions/tree/master/slack)
|
||||||
- [Post a Slack message as a bot](https://github.com/pullreminders/slack-action)
|
- [Post a Slack message as a bot](https://github.com/pullreminders/slack-action)
|
||||||
- [Update Twitter status](https://github.com/xorilog/twitter-action)
|
- [Update Twitter status](https://github.com/xorilog/twitter-action)
|
||||||
|
- [Generate Tweet content to share pull request file(s) after merge](https://github.com/vsoch/twitter-share-action/tree/master/pull_request_share)
|
||||||
- [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action)
|
- [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action)
|
||||||
- [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action)
|
- [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action)
|
||||||
- [Send email on failed GitHub Checks](https://github.com/cirrus-actions/email)
|
- [Send email on failed GitHub Checks](https://github.com/cirrus-actions/email)
|
||||||
|
Loading…
Reference in New Issue
Block a user