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

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

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
```