From 22ce7c64e2587eac2f638518df6ebe534fe8c82c Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 3 Nov 2022 23:46:49 +0100 Subject: [PATCH] Tiny fix. --- .github/workflows/Parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index b11f921..48b7025 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -254,7 +254,7 @@ jobs: with github_output.open("a+") as f: f.write(f"python_version={python_version}\n") f.write(f"python_jobs={jobs!s}\n") - f.write(f"artifact_names={params['artifacts']!s}\n") + f.write(f"artifact_names={artifact_names!s}\n") f.write(f"params={params!s}\n") - name: Verify out parameters