Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cschleiden/github-actions-hero
🚧 Interactive tutorial and visualizer for GitHub Actions workflows 🚧
https://github.com/cschleiden/github-actions-hero
actions github playground tutorial
Last synced: 14 days ago
JSON representation
🚧 Interactive tutorial and visualizer for GitHub Actions workflows 🚧
- Host: GitHub
- URL: https://github.com/cschleiden/github-actions-hero
- Owner: cschleiden
- License: mit
- Created: 2020-04-20T17:25:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T23:05:38.000Z (5 months ago)
- Last Synced: 2024-10-29T11:13:22.273Z (16 days ago)
- Topics: actions, github, playground, tutorial
- Language: TypeScript
- Homepage: https://github-actions-hero.now.sh
- Size: 1.17 MB
- Stars: 108
- Watchers: 8
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions Hero
## FAQ
### Is this an official GitHub project?
No, it's a side-project I've been tinkering with.
### How does it work? Does it support all features of GitHub Actions?
No, this just emulates the workflow execution. Many features are supported, but not everything. And nothing is executed.
The tutorial has limited support for `echo` and outputting environment variables, but you cannot run actual commands.
## Structure
_Currently working on splitting this into separate components so that I can use it in https://github.com/cschleiden/vscode-github-actions_