Skip to content

Commit

Permalink
ci: Fix sonarqube workflow (#3325)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Jun 24, 2024
1 parent e8b249c commit e3c61ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3c61ed

Please sign in to comment.