An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          






💻 Bash GitHub Actions Skeleton


codely.tv
CodelyTV Courses


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)