All Projects → CodelyTV → ban-words

CodelyTV / ban-words

Licence: MIT license
No description, website, or topics provided.

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

💻 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].