Skip to content

Status for STM32/Nucleo64 #23

Status for STM32/Nucleo64

Status for STM32/Nucleo64 #23

Workflow file for this run

name: Status for STM32/Nucleo64
on:
workflow_dispatch:
inputs:
status:
required: true
type: string
jobs:
update-status-badge:
runs-on: ubuntu-latest
steps:
- run: test "${{ inputs.status }}" = "success"