Update
This commit is contained in:
@@ -14,7 +14,12 @@ jobs:
|
||||
# if: contains(github.event.issue.labels.*.name, 'bug')
|
||||
|
||||
steps:
|
||||
# Поздароваемся
|
||||
- name: Hello
|
||||
if: github.event.issue.user.login == 'alex'
|
||||
run: echo "Hello, Alex!!!"
|
||||
|
||||
# Выводим текстовое сообщение
|
||||
- name: Echo test
|
||||
# if: contains(github.event.issue.labels.*.name, 'bug')
|
||||
if: contains(github.event.issue.labels.*.name, 'bug')
|
||||
run: echo "${{ toJson(github.event.issue) }}"
|
||||
|
||||
Reference in New Issue
Block a user