Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 290 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 290 Bytes

cloak-actions

GitHub Actions for Cloak projects

Usage

Add the following to a step:

jobs:
  job_name:
    runs-on: ubuntu-latest
    steps:
      - uses: bkwld/cloak-actions/install@v2
        # The following is optional
        with:
          cwd: packages/ugc-housekeeper