mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-03-14 11:28:46 +01:00
Revert "Update gh-pages.yml"
This reverts commit 0795916fba11963fa8b5a77e31a2883cebc567a2.
This commit is contained in:
parent
f06ab897c3
commit
0dc5a46a2f
18
.github/workflows/gh-pages.yml
vendored
18
.github/workflows/gh-pages.yml
vendored
@ -2,6 +2,24 @@
|
|||||||
name: Update LOLBAS-Project-hegusung.github.io
|
name: Update LOLBAS-Project-hegusung.github.io
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
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:
|
workflow_run:
|
||||||
workflows: ["PUSH & PULL REQUEST - YAML Lint and Schema Validation Checks"]
|
workflows: ["PUSH & PULL REQUEST - YAML Lint and Schema Validation Checks"]
|
||||||
types: [completed]
|
types: [completed]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user