From e3c61eda54355471258676c56e364a8f3313b433 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Mon, 24 Jun 2024 07:04:27 +0200 Subject: [PATCH] ci: Fix sonarqube workflow (#3325) --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index a052e70d044..df2a5b1fab9 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Dump job context env: - PAYLOAD: ${{ toJson(github.event.workflow_run) }} + PAYLOAD: ${{ toJson(github) }} run: echo "${PAYLOAD}" - name: Install dependencies