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