Skip to content

Commit

Permalink
add step to comment on the pr
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeeem committed Jan 24, 2024
1 parent e0be2a0 commit 8aafd07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-app-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,11 @@ jobs:
name: test-diff
path: ./test-diff.html

- name: Comment PR with execution number
uses: thollander/actions-comment-pull-request@v2
with:
message: |
_(execution **${{ github.run_id }}** / attempt **${{ github.run_attempt }}**)_
comment_tag: execution


0 comments on commit 8aafd07

Please sign in to comment.