We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aac425 commit 0a4a3ddCopy full SHA for 0a4a3dd
1 file changed
.github/actions/install-env/script.py
@@ -110,4 +110,4 @@ def hash_files(filepaths: list[str]) -> str:
110
if key in ("env_filepaths", "apt_filepaths", "task_filepaths", "env_names")
111
else value
112
)
113
- actionman.step_output.write(key, value)
+ actionman.step_output.write(key, out_val)
0 commit comments