Merge pull request #67 from xorilog/twitter-action

Adding a simple twitter action
This commit is contained in:
Sarah Drasner 2019-01-27 17:25:04 -07:00 committed by GitHub
commit a04c61524c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,13 +58,13 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action)
- [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn)
- [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action)
- [Update Twitter status](https://github.com/xorilog/twitter-action)
- [GitHub Actions for Golang](https://github.com/cedrickring/golang-action) - [GitHub Actions for Golang](https://github.com/cedrickring/golang-action)
- [Configure a DNS Record on Cloudflare](https://github.com/xorilog/cloudflare-dns-action) - [Configure a DNS Record on Cloudflare](https://github.com/xorilog/cloudflare-dns-action)
- [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action) - [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action)
- [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Send a Discord notification](https://github.com/Ilshidur/action-discord)
- [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector)
### Tutorials ### Tutorials
- [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/) - [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)