Skip to content

Commit cfa79b9

Browse files
authored
chore: Updated Workflow Name & Version (#1862)
1 parent 3d7ff44 commit cfa79b9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build-and-deploy-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# 5. Upload built artifacts
3333
# 6. Deploy to GitHub Pages
3434

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
3636

3737
# ##############################################################################
3838
# DON'T EDIT THIS FILE UNLESS NECESSARY #
@@ -59,7 +59,7 @@ permissions:
5959
jobs:
6060
build_and_deploy_web:
6161
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
6363
secrets: inherit
6464
with:
6565
web_package_name: 'mifospay-web' # <-- Change with your web package name

.github/workflows/monthly-version-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# - 2024.02.0 (February 2024 initial release)
3939
# - 2024.02.1 (Potential patch for February 2024)
4040

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
4242

4343
# ##############################################################################
4444
# DON'T EDIT THIS FILE UNLESS NECESSARY #
@@ -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/multi-platform-build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# 3. Toggle platform-specific publishing flags
5252
# 4. Trigger workflow manually or via GitHub Actions UI
5353

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
5555

5656
# ##############################################################################
5757
# DON'T EDIT THIS FILE UNLESS NECESSARY #
@@ -96,7 +96,7 @@ concurrency:
9696
jobs:
9797
multi_platform_build_and_publish:
9898
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
100100
with:
101101
release_type: ${{ inputs.release_type }}
102102
target_branch: ${{ inputs.target_branch }}

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# | `desktop_package_name` | Name of the Desktop project module | String | Yes |
5656
#
5757

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
5959

6060
# ##############################################################################
6161
# DON'T EDIT THIS FILE UNLESS NECESSARY #
@@ -81,7 +81,7 @@ permissions:
8181
jobs:
8282
pr_checks:
8383
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
8585
secrets: inherit
8686
with:
8787
android_package_name: 'mifospay-android' # <-- Change Your Android Package Name

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# end
4444
# ```
4545

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
4747

4848
# ##############################################################################
4949
# DON'T EDIT THIS FILE UNLESS NECESSARY #
@@ -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)