Skip to content

Commit dbf8836

Browse files
committed
update native workflow dispatch parameters
1 parent 08bce20 commit dbf8836

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

.github/workflows/workflow-native.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
repository:
77
required: true
88
type: string
9-
default: 'bevyengine/bevy'
9+
default: "bevyengine/bevy"
1010
gitref:
1111
required: true
1212
type: string
@@ -16,11 +16,11 @@ on:
1616
branch:
1717
required: true
1818
type: string
19-
default: 'main'
19+
default: "main"
2020
per_page:
2121
required: true
2222
type: string
23-
default: '10'
23+
default: "10"
2424
platforms:
2525
required: false
2626
type: string
@@ -30,27 +30,32 @@ on:
3030
repository:
3131
required: true
3232
type: string
33-
default: 'bevyengine/bevy'
33+
default: "bevyengine/bevy"
34+
description: "Bevy repository to use"
3435
gitref:
3536
required: true
3637
type: string
37-
default: 'main'
38+
default: "main"
39+
description: "Git reference to use"
3840
pixeleagle_project:
3941
required: true
4042
type: string
41-
default: 'B25A040A-A980-4602-B90C-D480AB84076D'
43+
default: "B25A040A-A980-4602-B90C-D480AB84076D"
44+
description: "Pixeleagle project ID"
4245
branch:
4346
required: true
4447
type: string
45-
default: 'main'
48+
description: "Branch name that will be used for the report"
4649
per_page:
4750
required: true
4851
type: string
49-
default: '10'
52+
default: "10"
53+
description: "Number of examples to run per job"
5054
platforms:
5155
required: false
5256
type: string
5357
default: '["windows-2025", "macos-14", "ubuntu-24.04"]'
58+
description: "List of platforms to run the examples on"
5459

5560
jobs:
5661
split-pages:
@@ -83,7 +88,6 @@ jobs:
8388
page: ${{ fromJSON(needs.split-pages.outputs.pages) }}
8489

8590
steps:
86-
8791
- name: Checkout Bevy
8892
uses: actions/checkout@v4
8993
with:
@@ -93,7 +97,7 @@ jobs:
9397
- name: Checkout patches
9498
uses: actions/checkout@v4
9599
with:
96-
path: 'runner-patches'
100+
path: "runner-patches"
97101

98102
- name: Apply patches
99103
shell: pwsh
@@ -242,7 +246,6 @@ jobs:
242246
- os: macOS
243247
- os: Windows
244248
steps:
245-
246249
- name: Download all artifacts
247250
uses: actions/download-artifact@v4
248251
with:

0 commit comments

Comments
 (0)