Skip to content

Commit

Permalink
Get path of README
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Dec 23, 2024
1 parent b4095e9 commit a3c6f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/templates/steps/publish-description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ steps:
body = {
"full_description": f.read(),
}
else:
raise Exception(f"{__file__}:{readme_path} not found")
url = f"https://api.github.com/repos/CybercentreCanada/{git_repo}"
rsp = httpx.get(url)
Expand Down

0 comments on commit a3c6f44

Please sign in to comment.