Skip to content

Commit

Permalink
Cite actor in message
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Aug 5, 2024
1 parent 9a77ca9 commit f1223b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def main():
# Slack results
slack_attachment = {
"color": constants.PASS_COLOR,
"author_name": "XUnit Slack Reporter",
"author_name": f"Author: {os.getenv('GITHUB_ACTOR')}",
"author_link": f"https://github.com/{os.getenv('GITHUB_REPOSITORY')}/actions/runs/{os.getenv('GITHUB_RUN_ID')}",
"title": f"XUnit test results for {os.getenv('GITHUB_WORKFLOW')} on {os.getenv('GITHUB_REF')}",
"fields": []
Expand Down

0 comments on commit f1223b6

Please sign in to comment.