Update condition
This commit is contained in:
@@ -14,4 +14,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Выводим текстовое сообщение
|
# Выводим текстовое сообщение
|
||||||
- name: Echo test
|
- name: Echo test
|
||||||
run: echo "Hello, ${{ toJson(gitea.event.issue }}"
|
run: echo ${{ toJson(gitea.event.issue }}
|
||||||
|
|||||||
Reference in New Issue
Block a user