Skip to content

Commit

Permalink
fix inline python script
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jul 6, 2023
1 parent f6d8b6b commit 01c9ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
workflow_test_prefix = "cloud.aws_ops-{0}:".format(os.environ.get('TEST_WORKFLOW_ID'))
for item in os.environ.get('TEST_TARGETS').split(';'):
if item.startswith(workflow_test_prefix):
targets=' '.join(item.split(':', maxsplit=1)[1].split(',')))
targets=' '.join(item.split(':', maxsplit=1)[1].split(','))
output_path = os.environ.get('GITHUB_OUTPUT')
with open(output_path, "a", encoding="utf-8") as fw:
fw.write(f"ansible_test_targets={targets}\n")
Expand Down

0 comments on commit 01c9ad0

Please sign in to comment.