Skip to content

Commit e7af39e

Browse files
committed
Rename status badge workflows
1 parent fe770a3 commit e7af39e

File tree

6 files changed

+18
-24
lines changed

6 files changed

+18
-24
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Arduino/AVR
1+
name: Status for Arduino/AVR
22

33
on:
44
workflow_dispatch:
@@ -8,8 +8,7 @@ on:
88
type: string
99

1010
jobs:
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"
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Arduino/SAM D
1+
name: Status for Arduino/SAM D
22

33
on:
44
workflow_dispatch:
@@ -8,8 +8,7 @@ on:
88
type: string
99

1010
jobs:
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"
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ATTinyCore
1+
name: Status for ATTinyCore
22

33
on:
44
workflow_dispatch:
@@ -8,8 +8,7 @@ on:
88
type: string
99

1010
jobs:
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"

.github/workflows/badge-esp32.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ESP32
1+
name: Status for ESP32
22

33
on:
44
workflow_dispatch:
@@ -8,8 +8,7 @@ on:
88
type: string
99

1010
jobs:
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"
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ESP8266
1+
name: Status for ESP8266
22

33
on:
44
workflow_dispatch:
@@ -8,8 +8,7 @@ on:
88
type: string
99

1010
jobs:
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"

.github/workflows/badge-stm32.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: STM32/Nucleo64
1+
name: Status for STM32/Nucleo64
22

33
on:
44
workflow_dispatch:
@@ -8,8 +8,7 @@ on:
88
type: string
99

1010
jobs:
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"

0 commit comments

Comments
 (0)