Skip to content

Commit 0c49de3

Browse files
committed
ci : fix typo in environment variable name for PR_NUMBER
s/PR_NUMER/PR_NUMBER Signed-off-by: Rohan Kumar <[email protected]>
1 parent 577ca1c commit 0c49de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-pr-analysis-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
PR_QUERY_RESULT=$(curl -s -H "Authorization: token $GITHUB_TOKEN" \
4646
"https://api.github.com/repos/$GITHUB_REPO/pulls?head=$GITHUB_PR_AUTHOR:$BRANCH&state=open" | jq '.[0].number')
47-
echo "PR_NUMER=$PR_QUERY_RESULT" >> $GITHUB_ENV
47+
echo "PR_NUMBER=$PR_QUERY_RESULT" >> $GITHUB_ENV
4848
- name: Publish analysis on PR
4949
run: |
5050
./mvnw ${MAVEN_ARGS} -Pjacoco,sonar clean install \

0 commit comments

Comments
 (0)