Skip to content

Commit

Permalink
chore: update repo urls in actions
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit committed Nov 2, 2023
1 parent b4cfddc commit 2cfcf6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["release"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ concurrency:
jobs:
# Single deploy job since we're just deploying
deploy:
if: ((github.repository == vars.REPOSITORY) || (github.repository == 'bcgov/aries-oca-bundles'))
if: ((github.repository == vars.REPOSITORY) || (github.repository == 'credebl/credebl-aries-oca-bundles'))
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
2 changes: 1 addition & 1 deletion OCAExplorer/src/components/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Clear, UploadFile } from "@mui/icons-material";
import { OverlayBundle } from "@hyperledger/aries-oca/build/types";

const BUNDLE_LIST_URL =
"https://raw.githubusercontent.com/bcgov/aries-oca-bundles/main";
"https://raw.githubusercontent.com/credebl/credebl-aries-oca-bundles/release";
const BUNDLE_LIST_PATH = "/ocabundleslist.json";

function Form({
Expand Down

0 comments on commit 2cfcf6d

Please sign in to comment.