Merge pull request #37 from tj/patch-1

Add link to Up's action(s)
This commit is contained in:
Sarah Drasner 2019-01-27 17:17:47 -07:00 committed by GitHub
commit 53223593c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action)
- [Send a Slack message](https://github.com/apex/actions/tree/master/slack)
- [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit)
- [Deploy a serverless app to AWS Lambda with Up](https://github.com/apex/actions/tree/master/up)
- [Deploy serverless infrastructure with AWS SAM](https://github.com/apex/actions/tree/master/aws/sam)
- [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless)
- [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action)