From 7601fa8517c56f2a88fcef295eae7119eb0ded8a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 04:01:57 +0000 Subject: [PATCH] Update organization --- .github/workflows/dispatch-web-update.yml | 2 +- .github/workflows/e2e-tests.yml | 8 ++++---- .github/workflows/pr-merge-release.yml | 6 +++--- .gitmodules | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dispatch-web-update.yml b/.github/workflows/dispatch-web-update.yml index 078af99..e38882b 100644 --- a/.github/workflows/dispatch-web-update.yml +++ b/.github/workflows/dispatch-web-update.yml @@ -29,6 +29,6 @@ jobs: uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.TOKEN }} - repository: digi-serve/ab_service_web + repository: CruGlobal/ab_service_web event-type: pwa_new_version client-payload: '{"type": "${{ inputs.type }}", "version": "${{ inputs.version }}", "repo": "${{ inputs.repo }}"}' diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 44ed51e..b47b1b8 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v3 with: path: web - repository: digi-serve/ab_service_web + repository: CruGlobal/ab_service_web token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ matrix.branch }} @@ -44,16 +44,16 @@ jobs: # webpack expects the folder to be called "web" ab-install action expects "ab_service_web" - run: mv web ab_service_web - - uses: digi-serve/ab-install-action@v1 + - uses: CruGlobal/ab-install-action@v1 with: port: 8080 folder: ab - repository: digi-serve/ab_service_web + repository: CruGlobal/ab_service_web - name: Check out kitchen-sink tests uses: actions/checkout@v2 with: - repository: digi-serve/kitchensink_app + repository: CruGlobal/kitchensink_app path: ab/test/e2e/cypress/e2e/kitchensink_app # These next steps are to save our ablogs to file diff --git a/.github/workflows/pr-merge-release.yml b/.github/workflows/pr-merge-release.yml index f582341..015eb4f 100644 --- a/.github/workflows/pr-merge-release.yml +++ b/.github/workflows/pr-merge-release.yml @@ -34,7 +34,7 @@ jobs: name: Label # Only run if the PR closed by merging and we have a label if: ${{ github.event.pull_request.merged }} - uses: digi-serve/.github/.github/workflows/get-pr-release-label.yml@master + uses: CruGlobal/.github/.github/workflows/get-pr-release-label.yml@master call-e2e-tests: name: Test needs: [call-get-label] @@ -47,13 +47,13 @@ jobs: name: Version # Only run if tests pass needs: [ call-get-label, call-e2e-tests ] - uses: digi-serve/.github/.github/workflows/bump-version.yml@master + uses: CruGlobal/.github/.github/workflows/bump-version.yml@master with: ref: ${{ github.ref }} type: ${{ needs.call-get-label.outputs.label }} call-create-release: name: Release - uses: digi-serve/.github/.github/workflows/create-release.yml@master + uses: CruGlobal/.github/.github/workflows/create-release.yml@master needs: [call-bump-version] with: tag: v${{ needs.call-bump-version.outputs.new_version }} diff --git a/.gitmodules b/.gitmodules index 9443d0a..3a7f927 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/js/AppBuilder/core"] path = src/js/AppBuilder/core - url = https://github.com/digi-serve/appbuilder_class_core.git + url = https://github.com/CruGlobal/appbuilder_class_core.git