Skip to content

Commit 046c365

Browse files
Test command execution with gh expression syntax
1 parent 8bfbcfe commit 046c365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2121
DYNAMIC_PROJECT_KEY: "sonarqubecloud-aleksandra-bozhinoska_${{ github.event.repository.name }}"
2222
with:
23-
args: -Dsonar.projectKey=${{ env.DYNAMIC_PROJECT_KEY }} -Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska
23+
args: -Dsonar.projectKey='sonarqubecloud-aleksandra-bozhinoska_${{ echo "java-cl" }}' -Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska

0 commit comments

Comments
 (0)