Skip to content

Commit 0a4a3dd

Browse files
committed
Update script.py
1 parent 9aac425 commit 0a4a3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-env/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ def hash_files(filepaths: list[str]) -> str:
110110
if key in ("env_filepaths", "apt_filepaths", "task_filepaths", "env_names")
111111
else value
112112
)
113-
actionman.step_output.write(key, value)
113+
actionman.step_output.write(key, out_val)

0 commit comments

Comments
 (0)