forked from sirius/actions-laba-1
This commit is contained in:
@@ -13,7 +13,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created]
|
types:
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
|
||||||
if: github.event_name != 'issue_comment' || github.actor == 'Vlabislava28'
|
if: github.event_name != 'issue_comment' || github.actor == 'Vlabislava28'
|
||||||
@@ -24,6 +25,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Echo test
|
- name: Echo test
|
||||||
run: echo "Этот шаг выполнится только при выполнении условия above"
|
run: echo "Этот шаг выполнится только при выполнении условия above"
|
||||||
|
- name: Echo test
|
||||||
|
if: contains(github.event.issue.labels.*.name, 'bug')
|
||||||
|
run: echo "${{ toJson(github.event.issue) }}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
1
services.txt
Normal file
1
services.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
fkjshjshfhsj
|
||||||
Reference in New Issue
Block a user