ban-words
ban-words copied to clipboard
💻 Bash GitHub Actions Skeleton
Speedup your GitHub Actions creation!
🚀 Usage
Create a file named whatever_name.yml inside the .github/workflows directory and paste:
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