Skip to content

Commit bc6003f

Browse files
committed
fix: github action
1 parent 1d9162b commit bc6003f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/yaml-scripts-demo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
output_folder:
1111
description: 'Midscene report directory'
1212
required: true
13-
default: 'yaml-scripts/midscene_run/report/'
13+
default: 'yaml-scripts-demo/midscene_run/report/'
1414
push:
1515
branches:
1616
- main
@@ -29,7 +29,7 @@ jobs:
2929
MIDSCENE_DEBUG_AI_PROFILE: 1
3030
run: |
3131
npm i -g @midscene/cli@${{ github.event.inputs.tag }}
32-
cd yaml-scripts
32+
cd yaml-scripts-demo
3333
midscene ./midscene-scripts/
3434
3535
- name: List directory contents

0 commit comments

Comments
 (0)