We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694c9df commit 9f8a885Copy full SHA for 9f8a885
update-project-version/action.yml
@@ -71,7 +71,7 @@ runs:
71
print("| Project | Version | Path |", file=output)
72
print("|---------|---------|------|", file=output)
73
for project in changed_projects:
74
- print(f"| {project_info[project]['name']} | {project_info[project]['version']} | {project} |") >> "$GITHUB_OUTPUT"
+ print(f"| {project_info[project]['name']} | {project_info[project]['version']} | {project} |", file=output)
75
print("EOF", file=output)
76
shell: python
77
- name: Create pull request
0 commit comments