File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 32
32
# 5. Upload built artifacts
33
33
# 6. Deploy to GitHub Pages
34
34
35
- # https://github.com/openMF/mifos-mobile-github-actions /blob/main/.github/workflows/build-and-deploy-site.yaml
35
+ # https://github.com/openMF/mifos-x-actionhub /blob/main/.github/workflows/build-and-deploy-site.yaml
36
36
37
37
# ##############################################################################
38
38
# DON'T EDIT THIS FILE UNLESS NECESSARY #
@@ -59,7 +59,7 @@ permissions:
59
59
jobs :
60
60
build_and_deploy_web :
61
61
name : Build And Deploy Web App
62
- uses : openMF/mifos-mobile-github-actions /.github/workflows/build-and-deploy-site.yaml@main
62
+ uses : openMF/mifos-x-actionhub /.github/workflows/build-and-deploy-site.yaml@v1.0.0
63
63
secrets : inherit
64
64
with :
65
65
web_package_name : ' mifospay-web' # <-- Change with your web package name
Original file line number Diff line number Diff line change 38
38
# - 2024.02.0 (February 2024 initial release)
39
39
# - 2024.02.1 (Potential patch for February 2024)
40
40
41
- # https://github.com/openMF/mifos-mobile-github-actions /blob/main/.github/workflows/monthly-version-tag.yaml
41
+ # https://github.com/openMF/mifos-x-actionhub /blob/main/.github/workflows/monthly-version-tag.yaml
42
42
43
43
# ##############################################################################
44
44
# DON'T EDIT THIS FILE UNLESS NECESSARY #
@@ -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 51
51
# 3. Toggle platform-specific publishing flags
52
52
# 4. Trigger workflow manually or via GitHub Actions UI
53
53
54
- # https://github.com/openMF/mifos-mobile-github-actions /blob/main/.github/workflows/multi-platform-build-and-publish.yaml
54
+ # https://github.com/openMF/mifos-x-actionhub /blob/main/.github/workflows/multi-platform-build-and-publish.yaml
55
55
56
56
# ##############################################################################
57
57
# DON'T EDIT THIS FILE UNLESS NECESSARY #
@@ -96,7 +96,7 @@ concurrency:
96
96
jobs :
97
97
multi_platform_build_and_publish :
98
98
name : Multi-Platform Build and Publish
99
- uses : openMF/mifos-mobile-github-actions /.github/workflows/multi-platform-build-and-publish.yaml@main
99
+ uses : openMF/mifos-x-actionhub /.github/workflows/multi-platform-build-and-publish.yaml@v1.0.0
100
100
with :
101
101
release_type : ${{ inputs.release_type }}
102
102
target_branch : ${{ inputs.target_branch }}
Original file line number Diff line number Diff line change 55
55
# | `desktop_package_name` | Name of the Desktop project module | String | Yes |
56
56
#
57
57
58
- # https://github.com/openMF/mifos-mobile-github-actions /blob/main/.github/workflows/pr-check.yaml
58
+ # https://github.com/openMF/mifos-x-actionhub /blob/main/.github/workflows/pr-check.yaml
59
59
60
60
# ##############################################################################
61
61
# DON'T EDIT THIS FILE UNLESS NECESSARY #
@@ -81,7 +81,7 @@ permissions:
81
81
jobs :
82
82
pr_checks :
83
83
name : PR Checks
84
- uses : openMF/mifos-mobile-github-actions /.github/workflows/pr-check.yaml@main
84
+ uses : openMF/mifos-x-actionhub /.github/workflows/pr-check.yaml@v1.0.0
85
85
secrets : inherit
86
86
with :
87
87
android_package_name : ' mifospay-android' # <-- Change Your Android Package Name
Original file line number Diff line number Diff line change 43
43
# end
44
44
# ```
45
45
46
- # https://github.com/openMF/mifos-mobile-github-actions /blob/main/.github/workflows/promote-to-production.yaml
46
+ # https://github.com/openMF/mifos-x-actionhub /blob/main/.github/workflows/promote-to-production.yaml
47
47
48
48
# ##############################################################################
49
49
# DON'T EDIT THIS FILE UNLESS NECESSARY #
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