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: