main.py aktualisiert
This commit is contained in:
parent
e450ecfc61
commit
80711bd47a
2
main.py
2
main.py
@ -18,6 +18,7 @@ github_workflow = os.getenv('WORKFLOW')
|
||||
github_repository = os.getenv('REPOSITORY')
|
||||
github_sha = os.getenv('SHA')
|
||||
github_actor = os.getenv('ACTOR')
|
||||
github_run_id = os.getenv('GITHUB_RUN_ID')
|
||||
tag = os.getenv('TAG')
|
||||
|
||||
envs = Environment(
|
||||
@ -32,6 +33,7 @@ envs = Environment(
|
||||
github_repository,
|
||||
github_sha,
|
||||
github_actor,
|
||||
github_run_id,
|
||||
tag
|
||||
)
|
||||
message = Message(envs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user