diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-26 05:04:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 05:04:49 +0300 |
commit | 7f182aaea2b40adb43f00227185d93f913199c42 (patch) | |
tree | 20b6c8aca8eb4f389918114d9a8406a9140bc47a /.github/workflows/test-manual.yaml | |
parent | eb6ed37debc6b0639eeb08a37ddde031e6d54fa8 (diff) |
updates to conda,gradle,hugo (#24)
Diffstat (limited to '.github/workflows/test-manual.yaml')
-rw-r--r-- | .github/workflows/test-manual.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test-manual.yaml b/.github/workflows/test-manual.yaml index 1f5e79b..d5714c7 100644 --- a/.github/workflows/test-manual.yaml +++ b/.github/workflows/test-manual.yaml @@ -12,6 +12,7 @@ on: default: 'ubuntu:focal' logLevel: description: 'Log Level (info/debug/trace)' + required: true default: 'info' jobs: |