From eb7d67ad88179808e0046c04a782625fd375746c Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 3 May 2024 15:56:03 +0200 Subject: [PATCH] Fix description shared-go-auto-release.yml (#85) --- .github/workflows/shared-go-auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-go-auto-release.yml b/.github/workflows/shared-go-auto-release.yml index a8f66ba2..90719174 100644 --- a/.github/workflows/shared-go-auto-release.yml +++ b/.github/workflows/shared-go-auto-release.yml @@ -24,7 +24,7 @@ on: default: true type: boolean format: - description: Artifcats format. Valid: `tar.gz`, `tgz`, `tar.xz,` `txz`, `tar.zst`, `tar`, `gz`, `zip`, `binary`. + description: "Artifcats format. Valid: 'tar.gz', 'tgz', 'tar.xz', 'txz', 'tar.zst', 'tar', 'gz', 'zip', 'binary'." required: false default: "zip" type: string