We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f37f3a commit 608f46eCopy full SHA for 608f46e
.github/workflows/sonar.yml
@@ -52,8 +52,8 @@ jobs:
52
run: |
53
git remote add upstream ${CLONE_URL}
54
git fetch upstream
55
- git checkout -B $BASE_REF upstream/$BASE_REF
56
- git checkout $HEAD_BRANCH
+ git checkout -B ${BASE_REF} upstream/${BASE_REF}
+ git checkout ${HEAD_BRANCH}
57
git clean -ffdx && git reset --hard HEAD
58
- name: SonarCloud Scan on PR
59
if: github.event.workflow_run.event == 'pull_request'
0 commit comments