From e254125448aa1736fbb0895b4a945e3917469369 Mon Sep 17 00:00:00 2001 From: Martin Cholewa Date: Tue, 21 Jan 2025 07:10:46 +0100 Subject: [PATCH] Delete .gitea/workflows/testfly.yaml --- .gitea/workflows/testfly.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .gitea/workflows/testfly.yaml diff --git a/.gitea/workflows/testfly.yaml b/.gitea/workflows/testfly.yaml deleted file mode 100644 index 6f836e3..0000000 --- a/.gitea/workflows/testfly.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: Manual Trigger Workflow with loglevel & tags -#get log & tags information -on: - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'information' - type: choice - options: - - information - - debug - - warning - - critical - tags: - description: 'Purpose of Run This Workflow?' - required: true - type: string - -jobs: - print-tag: - runs-on: ubuntu-latest - steps: - - name: Print the purpose of run - run: echo ${{ inputs.tags }} purpose \ No newline at end of file