We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4827c0a commit ee6e8a4Copy full SHA for ee6e8a4
.github/workflows/genExamples.yml
@@ -1,13 +1,12 @@
1
name: Update examples.json
2
3
on:
4
- # workflow_dispatch:
5
- # inputs:
6
- # develop:
7
- # description: "Test with develop branch"
8
- # required: false
9
- # type: boolean
10
- push:
+ workflow_dispatch:
+ inputs:
+ develop:
+ description: "Test with develop branch"
+ required: false
+ type: boolean
11
12
jobs:
13
build:
@@ -24,8 +23,8 @@ jobs:
24
23
path: ~/.pico-sdk
25
key: pico-sdk-${{ hashFiles('scripts/genExamples.py') }}
26
- name: Run genExamples.py
27
- # env:
28
- # SDK_VERSION: ${{ inputs.develop && '2-develop' || '' }}
+ env:
+ SDK_VERSION: ${{ inputs.develop && '2-develop' || '' }}
29
run: |
30
python scripts/genExamples.py
31
- name: List errors
0 commit comments