Skip to content

Commit

Permalink
feat(MOSIP-25631): fix invalid workflow error
Browse files Browse the repository at this point in the history
Signed-off-by: adityankannan-tw <[email protected]>
  • Loading branch information
adityankannan-tw committed Oct 18, 2023
1 parent b0f54ff commit 5008f77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/internal-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
beta-release:
description: 'Beta release?'
required: true
default: 'No'
default: "false"
type: choice
options:
- Yes
- No
- false
- true
buildname:
description: 'Build App For'
required: true
Expand Down Expand Up @@ -64,6 +64,7 @@ jobs:
build-android:
uses: tw-mosip/kattu/.github/workflows/android-publish.yml@add-inji-workflows
with:
BETA_RELEASE: ${{ inputs.beta-release }}
NODE_VERSION: '16.x'
RELEASE_KEYSTORE_ALIAS: androidreleasekey
MIMOTO_HOST: ${{ inputs.mimotoBackendServiceUrl }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push-triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: https://sonarcloud.io
SONAR_ORGANIZATION: ${{ secrets.ORG_KEY }}
SONAR_ORGANIZATION: ${{ secrets.ORG_KEY }}
SLACK_URL: '${{ secrets.SLACK_WEBHOOK }}'
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

jobs:
tag-branch:
uses: mosip/kattu/.github/workflows/tag.yml@master
uses: tw-mosip/kattu/.github/workflows/tag.yml@add-inji-workflows
with:
TAG: ${{ inputs.TAG }}
BODY: ${{ inputs.BODY }}
Expand Down

0 comments on commit 5008f77

Please sign in to comment.