Skip to content

Commit

Permalink
fixing github comment action
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 18, 2023
1 parent 1f5b92e commit aa51bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
const comment_body = `🛠 Your build files are available [here](${artifact_url}).`;
await github.rest.issues.createComment({
issue_number: context.payload.pull_request.number,
owner: inputs.owner,
repo: inputs.repo,
owner: context.repo.owner,
repo: context.repo.repo,
body: comment_body
});

0 comments on commit aa51bd8

Please sign in to comment.