comment
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s

This commit is contained in:
2026-07-28 15:09:58 +01:00
parent b87fe432aa
commit b28d5a1dda
+19 -19
View File
@@ -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: