Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMarsh82 committed Dec 11, 2023
1 parent be0a2b5 commit 7002ea7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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:
sync_content:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/contentflows/reusable-android-release.yml@master
uses: IDEMSInternational/parenting-app-ui/.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/contentflows/reusable-content-sync.yml@master
uses: IDEMSInternational/parenting-app-ui/.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:
sync_content:
uses: IDEMSInternational/parenting-app-ui/.github/workflows/contentflows/reusable-deploy-web-preview.yml@master
uses: IDEMSInternational/parenting-app-ui/.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/contentflows/reusable-deploy-pr-preview.yml@master
uses: IDEMSInternational/parenting-app-ui/.github/workflows/reusable-deploy-pr-preview.yml@master
secrets: inherit

0 comments on commit 7002ea7

Please sign in to comment.