Skip to content

Commit

Permalink
test do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
CurlRip authored Jan 31, 2024
1 parent 283636f commit 84d7598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
script: |
const fs = require('fs');
console.log(await github.rest.issues.createComment({
owner: context.repo.owner,
owner: test,
repo: context.repo.repo,
issue_number: context.issue.number,
body: fs.readFileSync('CONTRIBUTING.md', { encoding: 'utf8', }),
Expand Down

0 comments on commit 84d7598

Please sign in to comment.