Skip to content

Commit

Permalink
Merge pull request ikmdev#98 from OmOmofonmwan/feature/IAT-000-Workar…
Browse files Browse the repository at this point in the history
…ound

Update pom.xml
  • Loading branch information
OmOmofonmwan authored Oct 15, 2024
2 parents aa775f9 + 2cb8bf0 commit 18cea89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-sonar-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build IKMDEV Code
uses: ikmdev/maven-clean-install-build-action@test
with:
branch_name: ${{env.BRANCH_NAME}}
branch_name: ${{github.event.workflow_run.head_branch}}
repo_name: ${{github.event.workflow_run.head_repository.full_name}}
sonarcloud_token: ${{ secrets.SONAR_TOKEN }}
sonarcloud_host_url: ${{ 'https://sonarcloud.io/' }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.ikm.examples</groupId>
<artifactId>java-maven-demo</artifactId>
<version>1.4.0-SNAPSHOT-UYI</version>
<version>1.4.0-SNAPSHOT-UYI-CAS</version>
<name>Java-Maven Demo Project</name>
<description>
Simple test/demo project for POC work.
Expand Down

0 comments on commit 18cea89

Please sign in to comment.