Update inputs

This commit is contained in:
alstr
2020-12-06 14:16:54 +00:00
parent bcb5692258
commit 9b0d7c13ed
3 changed files with 14 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ def main():
label = os.getenv('INPUT_LABEL')
token = os.getenv('INPUT_TOKEN')
close_issues = os.getenv('INPUT_CLOSE_ISSUES') == 'true'
auto_p = os.getenv('AUTO_P') == 'true'
auto_p = os.getenv('INPUT_AUTO_P') == 'true'
line_break = '\n\n' if auto_p else '\n'
# Load a file so we can see what language each file is written in and apply highlighting later.