trying to replace set-output

This commit is contained in:
Patrick Lehmann
2022-10-27 22:17:25 +02:00
parent 03827ea0b6
commit 6c73825f18

View File

@@ -209,6 +209,9 @@ jobs:
for runtime, version in combinations if runtime not in data['sys'] for runtime, version in combinations if runtime not in data['sys']
] ]
print(f'::set-output name=python_jobs::{jobs!s}') print(f'::set-output name=python_jobs::{jobs!s}')
print("${{ GITHUB_OUTPUT }}")
with Path("${{ GITHUB_OUTPUT }}").open("a+") as f:
f.write(f"python_jobs2={jobs!s}")
# Format jobs as list of dictionaries # Format jobs as list of dictionaries
buffer = "" buffer = ""