File tree Expand file tree Collapse file tree 6 files changed +18
-24
lines changed Expand file tree Collapse file tree 6 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 1- name : Arduino/AVR
1+ name : Status for Arduino/AVR
22
33on :
44 workflow_dispatch :
88 type : string
99
1010jobs :
11- create -badge :
11+ update-status -badge :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Check result
15- run : test "${{ inputs.status }}" = "success"
14+ - run : test "${{ inputs.status }}" = "success"
Original file line number Diff line number Diff line change 1- name : Arduino/SAM D
1+ name : Status for Arduino/SAM D
22
33on :
44 workflow_dispatch :
88 type : string
99
1010jobs :
11- create -badge :
11+ update-status -badge :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Check result
15- run : test "${{ inputs.status }}" = "success"
14+ - run : test "${{ inputs.status }}" = "success"
Original file line number Diff line number Diff line change 1- name : ATTinyCore
1+ name : Status for ATTinyCore
22
33on :
44 workflow_dispatch :
88 type : string
99
1010jobs :
11- create -badge :
11+ update-status -badge :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Check result
15- run : test "${{ inputs.status }}" = "success"
14+ - run : test "${{ inputs.status }}" = "success"
Original file line number Diff line number Diff line change 1- name : ESP32
1+ name : Status for ESP32
22
33on :
44 workflow_dispatch :
88 type : string
99
1010jobs :
11- create -badge :
11+ update-status -badge :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Check result
15- run : test "${{ inputs.status }}" = "success"
14+ - run : test "${{ inputs.status }}" = "success"
Original file line number Diff line number Diff line change 1- name : ESP8266
1+ name : Status for ESP8266
22
33on :
44 workflow_dispatch :
88 type : string
99
1010jobs :
11- create -badge :
11+ update-status -badge :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Check result
15- run : test "${{ inputs.status }}" = "success"
14+ - run : test "${{ inputs.status }}" = "success"
Original file line number Diff line number Diff line change 1- name : STM32/Nucleo64
1+ name : Status for STM32/Nucleo64
22
33on :
44 workflow_dispatch :
88 type : string
99
1010jobs :
11- create -badge :
11+ update-status -badge :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Check result
15- run : test "${{ inputs.status }}" = "success"
14+ - run : test "${{ inputs.status }}" = "success"
You can’t perform that action at this time.
0 commit comments