From 6c73825f18fdb3f606d66a47ab1b48b05f578df5 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 27 Oct 2022 22:17:25 +0200 Subject: [PATCH] trying to replace set-output --- .github/workflows/Parameters.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index 436b6b1..6570f67 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -209,6 +209,9 @@ jobs: for runtime, version in combinations if runtime not in data['sys'] ] 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 buffer = ""