From 996cb32225a09726ba42ad9e54392c252a8a2084 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 26 Sep 2024 10:56:31 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6b96eb2..0eeaa39 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -40,4 +40,4 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - run: ./gradlew build sonar --info -Dsonar.pullrequest.key=${{ GITEA_PULL_REQUEST_INDEX }} \ No newline at end of file + run: ./gradlew build sonar --info -Dsonar.pullrequest.key=$GITEA_PULL_REQUEST_INDEX \ No newline at end of file