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
- Host: GitHub
- URL: https://github.com/bkwld/cloak-actions
- Owner: BKWLD
- License: mit
- Created: 2022-09-14T14:43:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T22:22:14.000Z (about 1 year ago)
- Last Synced: 2025-07-22T08:55:25.530Z (about 1 year ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```