diff --git a/.gitea/workflows/example-condition.yaml b/.gitea/workflows/example-condition.yaml index 7ffc193..92092d2 100644 --- a/.gitea/workflows/example-condition.yaml +++ b/.gitea/workflows/example-condition.yaml @@ -14,4 +14,4 @@ jobs: steps: # Выводим текстовое сообщение - name: Echo test - run: echo ${{ toJson(gitea.event.issue) }} + run: echo "${{ toJson(gitea.event.issue) }}"