From 94d83feca353f00d51e5c0646e2e3215c148c1d0 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 16 Apr 2026 17:56:03 -0700 Subject: [PATCH] change type choice ordering --- .github/workflows/common_deploy_jobs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/common_deploy_jobs.yml b/.github/workflows/common_deploy_jobs.yml index 0db502162..1a5bd7545 100644 --- a/.github/workflows/common_deploy_jobs.yml +++ b/.github/workflows/common_deploy_jobs.yml @@ -7,11 +7,13 @@ on: description: 'docker tag to push to' type: string snapReleaseChannel: + description: 'snap channel to release to' + required: true type: choice options: - edge - beta - required: true + jobs: # This job relies on credentials used to publish the Certbot snaps. This