Update .gitea/workflows/build.yml
This commit is contained in:
		
					parent
					
						
							
								a840436e8d
							
						
					
				
			
			
				commit
				
					
						996cb32225
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -40,4 +40,4 @@ jobs: | ||||||
|         env: |         env: | ||||||
|           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} |           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||||||
|           SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} |           SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} | ||||||
|         run: ./gradlew build sonar --info -Dsonar.pullrequest.key=${{ GITEA_PULL_REQUEST_INDEX }} |         run: ./gradlew build sonar --info -Dsonar.pullrequest.key=$GITEA_PULL_REQUEST_INDEX | ||||||
		Reference in a new issue