Преглед на файлове

Remove puntuation from the echo command.

Still unclear as to what the syntax error is on that line.
Jason Rumney преди 4 години
родител
ревизия
c2af9f585b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -30,7 +30,7 @@ jobs:
         env:
           GH_EVENT: ${{ github.event_name }}
           GH_REPO: ${{ github.event.repository.name }}
-        run: echo "event: $GH_EVENT, repo: $GH_REPO"
+        run: echo "event $GH_EVENT repo $GH_REPO"
       - name: SonarCloud scan
         uses: sonarsource/sonarcloud-github-action@master
         if: github.event_name == 'push' && github.event.repository.name == 'make-all/tuya-local'