Skip to content

Commit

Permalink
actually add loggingLevel as param to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsanj committed Dec 2, 2022
1 parent ec0c4be commit 48a4734
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ inputs:
poll:
description: 'If True, this will pool output every 15 seconds and displays, this is useful in cases where there is long running cells and user wants to see output after going to the page, since github actions does not show streaming from the beginning, this is a hack to get around it'
default: False
loggingLeveL:
description: 'Used to set the logging level for the papermill process.'
default: 'INFO'
branding:
icon: 'book'
color: 'orange'
Expand Down

0 comments on commit 48a4734

Please sign in to comment.