Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meck93/github-actions-demo
Github Actions Demo
https://github.com/meck93/github-actions-demo
Last synced: 1 day ago
JSON representation
Github Actions Demo
- Host: GitHub
- URL: https://github.com/meck93/github-actions-demo
- Owner: meck93
- Created: 2021-11-17T05:31:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T05:59:53.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T09:30:47.167Z (over 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Actions Demo
Github has launched Actions in August 2019.
## Quickstart Guide
[https://docs.github.com/en/actions/quickstart](https://docs.github.com/en/actions/quickstart)
## Publishing Packages
[https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions](https://docs.github.com/en/actions/publishing-packages/about-packaging-with-github-actions)
## Security
[https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions)
## Creating your own Custom Action
### Github's way
[https://docs.github.com/en/actions/creating-actions/about-custom-actions](https://docs.github.com/en/actions/creating-actions/about-custom-actions)
## Better way
Write the scripts in whatever programming lanuage you like.
Execute the scripts natively on the runner or inside docker.
This way the scripts are not coupled to Github Actions.