* add action-gh-release
Travis-style Github Releases. Post release information to Github Releases along with associated assets files
* fix Linting error Github => GitHub
Per Github, HCL is on it's way out!
> The documentation at https://developer.github.com/actions and support for the HCL syntax in GitHub Actions will be deprecated on September 30, 2019.
Documentation for the new limited public beta using the YAML syntax is available on https://help.github.com. See "Automating your workflow with GitHub Actions" for documentation using the YAML syntax.
* Added a guide for deploying Next.js project with Up
Hello! I've made a tiny guide on how to deploy and continuously deliver Next.js project with Up with short introduction to GitHub Actions. Examples and code snippets are written using recently updated Workflow YAML syntax.
It would be awesome if we add it to Deployment section of the list!
* Update README.md
Moved link to article to Tutorials section
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.
[Poetry](https://github.com/sdispater/poetry) is an alternative dependency manager to pipenv which has been gaining a lot of usage lately for being compliant with the [PEP-517](https://www.python.org/dev/peps/pep-0517/) specification.
I've published an action for people to be able to run poetry commands.