Skip to content

Commit

Permalink
chore: comment on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
caixiangyue committed Nov 9, 2023
1 parent 49e5d19 commit aede49f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'hello'
})
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Test successful !

0 comments on commit aede49f

Please sign in to comment.