This commit is contained in:
+19
-19
@@ -2,25 +2,25 @@ name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
default: 'warning'
|
||||
type: choice
|
||||
options:
|
||||
- info
|
||||
- warning
|
||||
- debug
|
||||
tags:
|
||||
description: 'Test scenario tags'
|
||||
required: false
|
||||
type: boolean
|
||||
environment:
|
||||
description: 'Environment to run tests against'
|
||||
type: environment
|
||||
required: true
|
||||
# workflow_dispatch:
|
||||
# inputs:
|
||||
# logLevel:
|
||||
# description: 'Log level'
|
||||
# required: true
|
||||
# default: 'warning'
|
||||
# type: choice
|
||||
# options:
|
||||
# - info
|
||||
# - warning
|
||||
# - debug
|
||||
# tags:
|
||||
# description: 'Test scenario tags'
|
||||
# required: false
|
||||
# type: boolean
|
||||
# environment:
|
||||
# description: 'Environment to run tests against'
|
||||
# type: environment
|
||||
# required: true
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
|
||||
Reference in New Issue
Block a user