Update release_drafter.py
This commit is contained in:
parent
96a1977368
commit
2aa3fdc84d
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ import semver
|
|||
from requests.adapters import HTTPAdapter
|
||||
from urllib3 import Retry
|
||||
|
||||
print("DEBUG: env vars seen by Python")
|
||||
for k, v in os.environ.items():
|
||||
if k.startswith("INPUT_"):
|
||||
print(f"{k}={v}")
|
||||
|
||||
|
||||
@dataclass
|
||||
class LabelConfig:
|
||||
priority: int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue