From ae8b03e014a85a66624327a1330f52d1ab98baaf Mon Sep 17 00:00:00 2001 From: hahnec Date: Sun, 1 Aug 2021 18:22:04 +0200 Subject: [PATCH] refactor(gh): amend manual workflow settings --- .github/workflows/gh_actions.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh_actions.yml b/.github/workflows/gh_actions.yml index a4b89b4..89d14f6 100644 --- a/.github/workflows/gh_actions.yml +++ b/.github/workflows/gh_actions.yml @@ -15,8 +15,10 @@ on: - develop workflow_dispatch: inputs: - tags: - description: 'Test scenario tag' + tag: + description: 'Tag' + required: true + default: 'v0.0.0-alpha' jobs: unit_test: