@cryptotaxi247 / netdata-1 / commits / 85a3213fc

Fix invocation of the coverity script. (#12576)

Austin S. Hemmelgarn committed Apr 1, 2022 at 07:14 UTC 85a3213fc901ebccc9e7441e64ecea1f79b52c49
1 file changed +1 -1
.github/workflows/coverity.yml
+1 -1
@@ -41,7 +41,7 @@ jobs:
41 COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
42 COVERITY_SCAN_SUBMIT_MAIL: ${{ secrets.COVERITY_SCAN_SUBMIT_MAIL }}
43 run: |
44 - sh -x ./coverity-scan.sh --with-install
44 + bash -x ./coverity-scan.sh --with-install
45 - name: Failure Notification
46 uses: rtCamp/action-slack-notify@v2
47 env: