79099988

Date: 2024-10-17 22:20:49
Score: 0.5
Natty:
Report link

try:

# Data payload, with variables as a list of dictionaries
data = {
    'ref': branch,
    'variables': [
        {'key': 'TAG_NAME', 'value': tag},
        {'key': 'RELEASE_NUM', 'value': str(release)}  # Ensure release is a string
    ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NEOhitokiri