diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b053a7c..d3d3f7e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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]