Skip to content

Commit

Permalink
chore: update org name in integration-test-chat-bot-v1.yml (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse authored Oct 26, 2022
1 parent 84582f6 commit dff53ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integration-test-chat-bot-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
// Parse commentBody
const prebuilds = {
org: "nervosnetwork",
org: "godwokenrises",
repo: "godwoken-docker-prebuilds",
pattern: /prebuilds: (.*)/,
packageType: "container",
packageName: "godwoken-prebuilds",
image: "ghcr.io/nervosnetwork/godwoken-prebuilds",
image: "ghcr.io/godwokenrises/godwoken-prebuilds",
tags: ["^[v]?1"],
sha: undefined,
htmlUrl: undefined,
Expand All @@ -71,7 +71,7 @@ jobs:
};
const components = {
godwoken: {
owner: "nervosnetwork",
owner: "godwokenrises",
repo: "godwoken",
branch: "develop",
pattern: /godwoken: (.*)/,
Expand All @@ -81,7 +81,7 @@ jobs:
usePrebuilds: undefined,
},
scripts: {
owner: "nervosnetwork",
owner: "godwokenrises",
repo: "godwoken-scripts",
branch: "master",
pattern: /scripts: (.*)/,
Expand All @@ -91,7 +91,7 @@ jobs:
usePrebuilds: undefined,
},
polyjuice: {
owner: "nervosnetwork",
owner: "godwokenrises",
repo: "godwoken-polyjuice",
branch: "main",
pattern: /polyjuice: (.*)/,
Expand All @@ -101,7 +101,7 @@ jobs:
usePrebuilds: undefined,
},
web3: {
owner: "nervosnetwork",
owner: "godwokenrises",
repo: "godwoken-web3",
branch: "main",
pattern: /web3: (.*)/,
Expand All @@ -119,7 +119,7 @@ jobs:
branchOrCommit: undefined,
},
tests: {
owner: "nervosnetwork",
owner: "godwokenrises",
repo: "godwoken-tests",
branch: "develop",
pattern: /tests: (.*)/,
Expand Down

0 comments on commit dff53ab

Please sign in to comment.