Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 351 Bytes

File metadata and controls

18 lines (14 loc) · 351 Bytes

github-actions

Actions shared by many projects. Ported from https://github.com/BKWLD/cloak-actions.

Usage

Add the following to a step:

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