Обновить executor/handlers/config.py
Test Actions / Builder (push) Successful in 6s

This commit is contained in:
2026-03-16 22:33:34 +03:00
parent 61366d1622
commit e7fa36f5aa
+1 -1
View File
@@ -6,6 +6,6 @@ from os import getenv
def handle_config(config):
INPUT_REF = getenv('INPUT_REF')
if len(INPUT_REF)==0:
config['ref'] = getenv['GITHUB_REF_NAME']
config['ref'] = getenv('GITHUB_REF_NAME')
else:
config['ref'] = INPUT_REF