Skip to content

Commit

Permalink
include autor in the message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Beltrán committed May 9, 2024
1 parent 28ce3ab commit b10e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
if: failure() && github.event_name == 'pull_request'
uses: thollander/actions-comment-pull-request@v2
with:
message: "⚠️ The tests have failed. Please review the proposed changes."
message: "⚠️ The tests have failed, @${{ github.actor }}. Please review the proposed changes."
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b10e0de

Please sign in to comment.