Skip to content

Actionsflow

Actionsflow #14548

Workflow file for this run

name: Actionsflow
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "0 */8 * * *"
push:
jobs:
run:
runs-on: ubuntu-latest
name: Run
steps:
- uses: actions/checkout@v2
- name: Run Actionsflow
uses: actionsflow/actionsflow-action@v1
with:
args: build
json-secrets: ${{ toJSON(secrets) }}
json-github: ${{ toJSON(github) }}
- name: Setup act
uses: actionsflow/setup-act-for-actionsflow@v1
with:
version: 0.2.18
- name: Run act
run: act --workflows ./dist/workflows --secret-file ./dist/.secrets --eventpath ./dist/event.json --env-file ./dist/.env