1
0
mirror of https://github.com/BlizD/Tasks.git synced 2025-03-21 21:17:24 +02:00

Merge pull request from nixel2007/patch-2

Update sonar-scanner.yml
This commit is contained in:
Anton Ivanov 2020-12-29 10:02:22 +03:00 committed by GitHub
commit e4e07412e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,8 @@ jobs:
SonarScanner:
if: github.repository == 'BlizD/Tasks'
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Checkout
uses: actions/checkout@v2