bash-github_actions-skeleton icon indicating copy to clipboard operation
bash-github_actions-skeleton copied to clipboard

😬 Speedup your GitHub Actions creation!

💻 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:

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