Skip to content

Commit

Permalink
Update comment-on-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrams authored Nov 20, 2023
1 parent 9c5807c commit 3126f4b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/comment-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
/retest
pr_number: 45

- name: Comment using gh
run: |
gh pr comment 45 --body "/retest - gh"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3126f4b

Please sign in to comment.