Skip to content

Commit

Permalink
Updated actions to point to open-app-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMarsh82 committed Jun 5, 2024
1 parent 7148cef commit 8b43c99
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
android_release:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-android-release.yml@master
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-android-release.yml@master
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/content-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: Automated PR creation from actions
jobs:
sync_content:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-content-sync.yml@master
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-content-sync.yml@master
with:
pr-title: ${{ inputs.pr-title }}
pr-body: ${{ inputs.pr-body }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
web_preview:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-deploy-web-preview.yml@master
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-web-preview.yml@master
secrets: inherit

2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
pr_preview:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-deploy-pr-preview.yml@master
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-pr-preview.yml@master
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/firebase-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
web_preview:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-deploy-web-preview.yml@master
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-deploy-web-preview.yml@master
with:
firebase-host: ${{vars.FIREBASE_HOSTING_TARGET_RELEASE}}
secrets: inherit
Expand Down

0 comments on commit 8b43c99

Please sign in to comment.