Update condition

This commit is contained in:
2025-11-25 10:29:07 +03:00
parent c810bb889a
commit 9ff4134367

View File

@@ -14,4 +14,4 @@ jobs:
steps:
# Выводим текстовое сообщение
- name: Echo test
run: echo ${{ toJson(gitea.event.issue) }}
run: echo "${{ toJson(gitea.event.issue) }}"