1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-10-16 06:27:27 +00:00

Add example to the version parameter of workflow_dispatch

This commit is contained in:
Steffo 2024-07-12 05:00:45 +02:00
parent 8f083d86c0
commit 8a4e807950
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -10,7 +10,7 @@ on:
inputs:
version:
type: string
description: "Semantic version number to use when building the image."
description: "Semantic version number to use when building the image. (v1.2.3)"
required: true
jobs: