proper GH variable setting

This commit is contained in:
pseusys
2023-02-26 10:27:24 +01:00
parent e23ce9dc4b
commit 1d90aba35c
2 changed files with 6 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ class GitHubManager:
"""
prefix = "README stats current output:"
DBM.i("Commenting PR...")
EM.set_variable("GITHUB_OUTPUT", f"README_CONTENT={prefix}\n\n{stats}")
EM.set_github_output("README_CONTENT", f"{prefix}\n\n{stats}")
DBM.g("PR commented!")
@staticmethod