Change Up link so it is more direct

This commit is contained in:
TJ Holowaychuk 2018-12-20 16:44:08 +00:00 committed by GitHub
parent d2fa6f0bf3
commit b3e6ee67f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action)
- [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action)
- [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit)
- [Deploy a serverless app to AWS Lambda with Up](https://github.com/apex/actions)
- [Deploy a serverless app to AWS Lambda with Up](https://github.com/apex/actions/tree/master/up)
- [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)
- [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages)