Skip to content

Commit a2c2a93

Browse files
committed
update: actionsflow.yml
1 parent d97e558 commit a2c2a93

File tree

5 files changed

+1427
-5228
lines changed

5 files changed

+1427
-5228
lines changed

.github/workflows/actionsflow.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Actionsflow
22
on:
3-
schedule:
4-
- cron: "0 */6 * * *"
3+
# schedule:
4+
# - cron: "*/15 * * * *"
55
push:
66
branches:
77
- main
@@ -26,14 +26,14 @@ jobs:
2626
name: Run
2727
concurrency: actionsflow
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- name: Run Actionsflow
31-
uses: actionsflow/actionsflow-action@v1
31+
uses: actionsflow/actionsflow-action@v1.3.0
3232
with:
3333
args: "build --include ${{ github.event.inputs.include || ''}} -f ${{github.event.inputs.force=='true' && 'true' || 'false'}} --verbose ${{github.event.inputs.verbose=='true' && 'true' || 'false'}}"
3434
json-secrets: ${{ toJSON(secrets) }}
3535
json-github: ${{ toJSON(github) }}
3636
- name: Setup act
37-
uses: actionsflow/setup-act-for-actionsflow@v1
37+
uses: actionsflow/setup-act-for-actionsflow@v1.2.0
3838
- name: Run act
39-
run: act --workflows ./dist/workflows --secret-file ./dist/.secrets --eventpath ./dist/event.json --env-file ./dist/.env -P ubuntu-latest=actionsflow/act-environment:v1 -P ubuntu-18.04=actionsflow/act-environment:v1
39+
run: act --workflows ./dist/workflows --secret-file ./dist/.secrets --eventpath ./dist/event.json --env-file ./dist/.env -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)