Skip to content

Commit

Permalink
sdfsf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwebgr committed May 6, 2024
1 parent bcbcf53 commit 996fc67
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@v2

- name: 'Comment on PR'
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
let fs = require('fs');
let issue_number = Number(fs.readFileSync('./.resultset.json'));
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue_number,
body: 'Thank you for the PR!'
});
# - name: 'Comment on PR'
# uses: actions/github-script@v6
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# script: |
# let fs = require('fs');
# let issue_number = Number(fs.readFileSync('./.resultset.json'));
# await github.rest.issues.createComment({
# owner: context.repo.owner,
# repo: context.repo.repo,
# issue_number: issue_number,
# body: 'Thank you for the PR!'
# });
#

0 comments on commit 996fc67

Please sign in to comment.