Skip to content

Commit 7b0a520

Browse files
authored
chore: Updated Workflow Name & Version (#2359)
1 parent aa7576c commit 7b0a520

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ concurrency:
7373
jobs:
7474
android_build_and_publish:
7575
name: Android Build and Publish
76-
uses: openMF/mifos-mobile-github-actions/.github/workflows/android-build-and-publish.yaml@main
76+
uses: openMF/mifos-x-actionhub/.github/workflows/android-build-and-publish.yaml@v1.0.0
7777
with:
7878
release_type: ${{ inputs.release_type }}
7979
target_branch: ${{ inputs.target_branch }}

.github/workflows/monthly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ concurrency:
6262
jobs:
6363
monthly_release:
6464
name: Tag Monthly Release
65-
uses: openMF/mifos-mobile-github-actions/.github/workflows/monthly-version-tag.yaml@main
65+
uses: openMF/mifos-x-actionhub/.github/workflows/monthly-version-tag.yaml@v1.0.0
6666
secrets: inherit

.github/workflows/pr-check-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ permissions:
7777
jobs:
7878
pr_checks:
7979
name: PR Checks
80-
uses: openMF/mifos-mobile-github-actions/.github/workflows/pr-check-android.yaml@main
80+
uses: openMF/mifos-x-actionhub/.github/workflows/pr-check-android.yaml@v1.0.0
8181
secrets: inherit
8282
with:
8383
android_package_name: 'mifosng-android' # <-- Change Your Android Package Name

.github/workflows/promote-to-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
# Job to promote app from beta to production in Play Store
7171
play_promote_production:
7272
name: Promote Beta to Production Play Store
73-
uses: openMF/mifos-mobile-github-actions/.github/workflows/promote-to-production.yaml@main
73+
uses: openMF/mifos-x-actionhub/.github/workflows/promote-to-production.yaml@v1.0.0
7474
secrets:
7575
playstore_creds: ${{ secrets.PLAYSTORECREDS }}

0 commit comments

Comments
 (0)