Update gh-pages.yml

This commit is contained in:
hegusung 2024-10-13 11:00:02 +02:00 committed by GitHub
parent 8715370aa8
commit 679b321c34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,25 @@
---
name: Update LOLBAS-Project-hegusung.github.io
on:
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_run:
workflows: ["PUSH & PULL REQUEST - YAML Lint and Schema Validation Checks"]
types: [completed]