Skip to content

uuid

uuid #3

name: foo
on: workflow_dispatch
inputs:

Check failure on line 3 in .github/workflows/update-example-foo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-example-foo.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
uuid:
type: string
description: uuid to tag and track Github Actions run
default: ""
run-name: Update foo (${{ inputs.uuid}})
jobs:
foo:
runs-on: ubuntu-latest
steps:
- run: echo Starting a basic job