This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 118eeae  Update lint.yml
118eeae is described below

commit 118eeae585ae8aaf55b06648172354c142aa5557
Author: Dave Fisher <dave2w...@comcast.net>
AuthorDate: Mon Apr 12 12:25:39 2021 -0700

    Update lint.yml
---
 .github/workflows/lint.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 8ec0c50..eaf4982 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -1,6 +1,14 @@
 name: Lint
 
-on: [workflow_dispatch]
+on: 
+  workflow_dispatch:
+    inputs:
+      logLevel:
+        description: 'Log level'     
+        required: true
+        default: 'warning'
+      tags:
+        description: 'Perform Lint Check'
 
 jobs:
   flake8:

Reply via email to