Skip to content

Commit

Permalink
# This is a combination of 5 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

chore: add sonar

# This is the commit message #2:

chore: add sonar

# This is the commit message #3:

chore: add sonar

# This is the commit message #4:

chore: add sonar

# This is the commit message #5:

chore: add sonar
  • Loading branch information
npalm committed Mar 7, 2021
1 parent 0d1eb18 commit ee31f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
id: info
run: |
echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}
echo ::set-output name=repo_name::$(echo $GITHUB_REPOSITORY| cut -d / -f 2)
echo ::set-output name=repo_owner::$(echo $GITHUB_REPOSITORY| cut -d / -f 1)
echo ::set-output name=repo_name::$(echo $GITHUB_REPOSITORY| cut -d / -f 1)
echo ::set-output name=repo_owner::$(echo $GITHUB_REPOSITORY| cut -d / -f 2)
- uses: actions/setup-node@v2
with:
Expand All @@ -51,7 +51,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.organization=${{ steps.info.outputs.repo_owner }}
-Dsonar.organization=${{ steps.info.outputs.repo_name }}
-Dsonar.projectKey=${{ steps.info.outputs.repo_name }}
Expand Down

0 comments on commit ee31f1e

Please sign in to comment.