https://github.com/codelytv/bash-github_actions-skeleton
😬 Speedup your GitHub Actions creation!
https://github.com/codelytv/bash-github_actions-skeleton
Last synced: 7 months ago
JSON representation
😬 Speedup your GitHub Actions creation!
- Host: GitHub
- URL: https://github.com/codelytv/bash-github_actions-skeleton
- Owner: CodelyTV
- License: mit
- Created: 2020-06-23T11:15:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T20:06:04.000Z (almost 5 years ago)
- Last Synced: 2025-04-26T23:33:11.406Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 27
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
💻 Bash GitHub Actions Skeleton
Speedup your GitHub Actions creation!
## 🚀 Usage
Create a file named `whatever_name.yml` inside the `.github/workflows` directory and paste:
```yml
name: Bash GH Skeleton
on: [pull_request]
jobs:
bash-gh-skeleton:
runs-on: ubuntu-latest
name: Whatever this action does
steps:
- uses: codelytv/buash-github_action-skeleton@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
another_input: Some value
```
## ⚖️ License
[MIT](LICENSE)