Skip to content

Commit

Permalink
fix: qualityannotate
Browse files Browse the repository at this point in the history
  • Loading branch information
balrok committed Oct 24, 2023
1 parent e22b65a commit 2c9dc9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
GITHUB_PULL_REQUEST: ${{ steps.findPr.outputs.pr }}
GITHUB_PROJECT: ${{env.GITHUB_ACTION_REPOSITORY}}
SONARQUBE_PROJECT: quyt_qualityannotate
SONARQUBE_URL: https://sonarcloud.io/
SONARQUBE_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONARQUBE_PULL_REQUEST: ${{ steps.findPr.outputs.pr }}
run: |
echo "$GITHUB_ACTION_REPOSITORY"
echo "$GITHUB_PROJECT"
printenv
chmod +x ./qualityannotate-1.0.0-SNAPSHOT-runner
mkdir -p config
cp src/main/resources/application.yml config/
Expand Down

0 comments on commit 2c9dc9f

Please sign in to comment.