Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-web-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}'
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-merge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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