forked from sirius/actions-laba-1
Compare commits
1 Commits
ac0de60ec0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 10430540ed |
@@ -14,7 +14,12 @@ jobs:
|
|||||||
# if: contains(github.event.issue.labels.*.name, 'bug')
|
# if: contains(github.event.issue.labels.*.name, 'bug')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# Поздароваемся
|
||||||
|
- name: Hello
|
||||||
|
if: github.event.issue.user.login == 'alex'
|
||||||
|
run: echo "Hello, Alex!!!"
|
||||||
|
|
||||||
# Выводим текстовое сообщение
|
# Выводим текстовое сообщение
|
||||||
- name: Echo test
|
- 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) }}"
|
run: echo "${{ toJson(github.event.issue) }}"
|
||||||
|
|||||||
1
issue.json
Normal file
1
issue.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
hjkdshf ahsldf
|
||||||
Reference in New Issue
Block a user