An open API service indexing awesome lists of open source software.

https://github.com/bkwld/cloak-actions

GitHub Actions for Cloak projects
https://github.com/bkwld/cloak-actions

Last synced: 9 months ago
JSON representation

GitHub Actions for Cloak projects

Awesome Lists containing this project

README

          

# 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@v3
# The following is optional
with:
cwd: packages/ugc-housekeeper
```