From 2c93fc096eab7a9e412d1f1866f3e4ab1631b4b4 Mon Sep 17 00:00:00 2001 From: Christian Collamar Date: Fri, 29 Dec 2023 03:21:00 +0800 Subject: [PATCH] Remove unused workflow inputs --- .github/workflows/manual-publish.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 1753687..19e34b1 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -9,18 +9,6 @@ on: type: choice options: - npmjs - print_tags: - description: 'True to print to STDOUT' - required: true - type: boolean - tags: - description: 'Test scenario tags' - required: true - type: string - environment: - description: 'Environment to run tests against' - type: environment - required: true jobs: npm-publish: