Skip to content

Commit

Permalink
Merge pull request #781 from Mahesh-Binayak/patch-1
Browse files Browse the repository at this point in the history
Update push-trigger.yml to change kattu version
  • Loading branch information
Prafulrakhade authored Nov 18, 2024
2 parents 5d12f9d + a72af69 commit 6064158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sonar-analysis:
needs: build-resident-ui
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/npm-sonar-analysis.yml@master
uses: mosip/kattu/.github/workflows/npm-sonar-analysis.yml@develop
with:
SERVICE_LOCATION: resident-ui
SONAR_URL: 'https://sonarcloud.io'
Expand Down Expand Up @@ -183,4 +183,4 @@ jobs:
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 6064158

Please sign in to comment.