Skip to content

Commit

Permalink
Include repo info in message
Browse files Browse the repository at this point in the history
  • Loading branch information
raeburn committed Sep 10, 2024
1 parent 1783bf7 commit 8614493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
notify_message_bits = [f"{v[0]}: {v[1]}" for v in values if v[1] > 0]
notify_message = ", ".join(notify_message_bits)
with open(os.environ["GITHUB_OUTPUT"], "a") as f:
print(f"MESSAGE={notify_message}", file=f)
print(f"MESSAGE=${{ env.REPO }} PRs {notify_message}", file=f)
shell: python
env:
COUNT_OPEN: 3
Expand Down

0 comments on commit 8614493

Please sign in to comment.