https://github.com/aca/setup-agebox
https://github.com/aca/setup-agebox
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aca/setup-agebox
- Owner: aca
- Created: 2022-05-28T06:08:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T08:30:44.000Z (about 4 years ago)
- Last Synced: 2025-12-07T18:57:02.470Z (7 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup-agebox
Sets up https://github.com/slok/agebox, for use in github action workflow.
## Usage
```
steps:
- uses: actions/checkout@v3
- uses: aca/setup-agebox@v1
- run: agebox --version
```