https://github.com/actionsflow/setup-act-for-actionsflow
Setup act for actionsflow
https://github.com/actionsflow/setup-act-for-actionsflow
actionsflow
Last synced: about 1 year ago
JSON representation
Setup act for actionsflow
- Host: GitHub
- URL: https://github.com/actionsflow/setup-act-for-actionsflow
- Owner: actionsflow
- Created: 2020-09-29T21:49:12.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T15:38:43.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T04:45:33.496Z (over 1 year ago)
- Topics: actionsflow
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup act action
This action install [act](https://github.com/nektos/act) for Actionsflow, and set `~/.actrc` for Actionsflow.
> No special customization, just the specified version,in order to automatically upgrade to a stable version
## Inputs
### `version`
**Optional** The version of [act](https://github.com/nektos/act). Default `"latest"`.
## Example usage
```yaml
uses: actionsflow/setup-act-for-actionsflow@v1
```