Skip to content

Commit 3e197c5

Browse files
authored
Fix variable reference in sonar.yaml
1 parent 2889de0 commit 3e197c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
git remote add upstream ${{ github.event.repository.clone_url }}
6868
git fetch upstream
6969
git checkout -B ${{ fromJson(steps.get_pr_data.outputs.data).base.ref }} upstream/${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
70-
git checkout "origin/${SANITIZED_HEAD_REF}"
70+
git checkout "origin/${{env.SANITIZED_HEAD_REF}}"
7171
git clean -ffdx && git reset --hard HEAD
7272
- name: Set up QEMU
7373
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130

0 commit comments

Comments
 (0)