File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ concurrency:
73
73
jobs :
74
74
android_build_and_publish :
75
75
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
77
77
with :
78
78
release_type : ${{ inputs.release_type }}
79
79
target_branch : ${{ inputs.target_branch }}
Original file line number Diff line number Diff line change @@ -62,5 +62,5 @@ concurrency:
62
62
jobs :
63
63
monthly_release :
64
64
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
66
66
secrets : inherit
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ permissions:
77
77
jobs :
78
78
pr_checks :
79
79
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
81
81
secrets : inherit
82
82
with :
83
83
android_package_name : ' mifosng-android' # <-- Change Your Android Package Name
Original file line number Diff line number Diff line change 70
70
# Job to promote app from beta to production in Play Store
71
71
play_promote_production :
72
72
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
74
74
secrets :
75
75
playstore_creds : ${{ secrets.PLAYSTORECREDS }}
You can’t perform that action at this time.
0 commit comments