Update cura-installer.yml

This commit is contained in:
Jelle Spijker 2023-02-28 11:32:35 +01:00 committed by GitHub
parent f656bbf710
commit e9d481e32f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,7 +296,7 @@ jobs:
with open(output_env, "w") as f:
f.write(content)
f.writelines(f"# {{ steps.filename.outputs.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")