Delete .gitea/workflows/testfly.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s
This commit is contained in:
parent
e5036ee615
commit
e254125448
@ -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
|
Loading…
x
Reference in New Issue
Block a user