Delete .gitea/workflows/testfly.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s

This commit is contained in:
Martin Cholewa 2025-01-21 07:10:46 +01:00
parent e5036ee615
commit e254125448

View File

@ -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