Skip to content

Commit

Permalink
Update push-trigger.yml (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajapandi1234 authored Jan 28, 2025
1 parent e1e2af2 commit a0e72e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop
with:
SERVICE_LOCATION: ./sunbird-rc-esignet-integration-impl
SERVICE_LOCATION: sunbird-rc-esignet-integration-impl
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop
with:
SERVICE_LOCATION: ./sunbird-rc-certify-integration-impl
SERVICE_LOCATION: sunbird-rc-certify-integration-impl
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop
with:
SERVICE_LOCATION: ./mosip-identity-certify-plugin
SERVICE_LOCATION: mosip-identity-certify-plugin
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop
with:
SERVICE_LOCATION: ./mock-certify-plugin
SERVICE_LOCATION: mock-certify-plugin
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop
with:
SERVICE_LOCATION: ./postgres-dataprovider-plugin
SERVICE_LOCATION: postgres-dataprovider-plugin
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
Expand Down

0 comments on commit a0e72e0

Please sign in to comment.