We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4431c7 commit 28e8eafCopy full SHA for 28e8eaf
1 file changed
service_monitor.py
@@ -15,7 +15,7 @@
15
# GitHub configuration
16
GITHUB_TOKEN = os.environ.get('GITHUB_TOKEN')
17
GITHUB_REPO = os.environ.get('GITHUB_REPO')
18
-WORKFLOW_FILE = os.environ.get('WORKFLOW_FILE ')
+WORKFLOW_FILE = os.environ.get('WORKFLOW_FILE')
19
TENANT = os.environ.get('TENANT')
20
PROJECT = os.environ.get('PROJECT')
21
0 commit comments