jobs.step.env is a map not a list

This commit is contained in:
Michael Kaye 2022-03-01 14:37:36 +00:00
parent 82e0f4a1a9
commit 5ea917f74b

View file

@ -329,7 +329,7 @@ jobs:
${{ runner.os }}-gradle-
- run: ./gradlew sonarqube $CI_GRADLE_ARG_PROPERTIES
env:
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# Notify the channel about scheduled runs, do not notify for manually triggered runs
notify: