From f656bbf710688001eeec825170e36eecca6b1a52 Mon Sep 17 00:00:00 2001 From: jspijker Date: Tue, 28 Feb 2023 11:17:57 +0100 Subject: [PATCH] Use output of step --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 33446bcdd0..0995c9d77e 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -296,7 +296,7 @@ jobs: with open(output_env, "w") as f: f.write(content) - f.writelines(f"# {os.environ['FULL_INSTALLER_FILENAME']} uses:\n") + f.writelines(f"# {{ steps.filename.outputs.FULL_INSTALLER_FILENAME }} uses:\n") for dep in sorted_deps: f.writelines(f"{dep}\n")