Skip to content

Commit

Permalink
chore(ci): change repo owner (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Oct 30, 2024
1 parent 47a9953 commit 8e4ed91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-from-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
await github.rest.repos.createCommitComment({
commit_sha: context.payload.inputs.commitSHA,
owner: context.repo.owner,
owner: 'web-infra-dev',
repo: 'rspack',
body
})
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
const { data: comment } = await github.rest.issues.createComment({
issue_number: context.payload.inputs.prNumber,
owner: context.repo.owner,
owner: 'web-infra-dev',
repo: 'rspack',
body: `⏳ Triggered ecosystem CI: ${urlLink}`
})
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
`
await github.rest.issues.updateComment({
owner: context.repo.owner,
owner: 'web-infra-dev',
repo: 'rspack',
comment_id: ${{ needs.create-comment.outputs.comment-id }},
body
Expand Down

0 comments on commit 8e4ed91

Please sign in to comment.