mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Added linebreaks.
This commit is contained in:
8
.github/workflows/Parameters.yml
vendored
8
.github/workflows/Parameters.yml
vendored
@@ -246,10 +246,10 @@ jobs:
|
|||||||
github_output = Path(getenv("GITHUB_OUTPUT"))
|
github_output = Path(getenv("GITHUB_OUTPUT"))
|
||||||
print(f"GITHUB_OUTPUT: {github_output}")
|
print(f"GITHUB_OUTPUT: {github_output}")
|
||||||
with github_output.open("a+") as f:
|
with github_output.open("a+") as f:
|
||||||
f.write(f"python_version={python_version}")
|
f.write(f"python_version={python_version}\n")
|
||||||
f.write(f"artifact_names={params['artifacts']!s}")
|
f.write(f"artifact_names={params['artifacts']!s}\n")
|
||||||
f.write(f"params={params!s}")
|
f.write(f"params={params!s}\n")
|
||||||
f.write(f"python_jobs={jobs!s}")
|
f.write(f"python_jobs={jobs!s}\n")
|
||||||
|
|
||||||
- name: Verify out parameters
|
- name: Verify out parameters
|
||||||
id: verify
|
id: verify
|
||||||
|
|||||||
Reference in New Issue
Block a user