pipeline
Gitea Actions Demo / Explore-Gitea-Actions (push) Canceled after 1m17s

This commit is contained in:
2026-07-28 15:06:15 +01:00
parent 2687c35723
commit b87fe432aa
+18 -3
View File
@@ -3,9 +3,24 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
workflow_dispatch:
container:
network: gitea-network
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: