mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
trying to replace set-output
This commit is contained in:
3
.github/workflows/Parameters.yml
vendored
3
.github/workflows/Parameters.yml
vendored
@@ -209,6 +209,9 @@ jobs:
|
||||
for runtime, version in combinations if runtime not in data['sys']
|
||||
]
|
||||
print(f'::set-output name=python_jobs::{jobs!s}')
|
||||
print("${{ GITHUB_OUTPUT }}")
|
||||
with Path("${{ GITHUB_OUTPUT }}").open("a+") as f:
|
||||
f.write(f"python_jobs2={jobs!s}")
|
||||
|
||||
# Format jobs as list of dictionaries
|
||||
buffer = ""
|
||||
|
||||
Reference in New Issue
Block a user