ctapisab / bash-github-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💻 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

About

License:MIT License


Languages

Language:Shell 95.7%Language:Dockerfile 4.3%