Skip to content

Commit

Permalink
Merge pull request #340 from BSd3v/patch-4
Browse files Browse the repository at this point in the history
Update tmp_deploy.py
  • Loading branch information
AnnMarieW authored Oct 10, 2024
2 parents ca0fc15 + 75c2f15 commit 07ceef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmp_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
latest_time = modified_time
latest_tar_gz = file_path

reqs['content'] += f'\n{os.environ.get("ARTIFACT_URL")}'
reqs['content'] += f'\n{os.getenv("ARTIFACT_URL")}'
files.append(reqs)

def generate_link(files, code):
Expand Down Expand Up @@ -85,4 +85,4 @@ def post_comment(link):
print("Comment added to the pull request.")

# Call the function to post the comment
post_comment(link)
post_comment(link)

0 comments on commit 07ceef0

Please sign in to comment.