mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
fix typo
This commit is contained in:
parent
87cea8f8f4
commit
fb69cff511
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
|
@ -174,7 +174,7 @@ jobs:
|
||||||
# %% Set the environment output
|
# %% Set the environment output
|
||||||
output_env = os.environ["GITHUB_OUTPUT"]
|
output_env = os.environ["GITHUB_OUTPUT"]
|
||||||
content = ""
|
content = ""
|
||||||
if os.path.exist(output_env):
|
if os.path.exists(output_env):
|
||||||
with open(output_env, "r") as f:
|
with open(output_env, "r") as f:
|
||||||
content = f.read()
|
content = f.read()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue