Compare commits
1 Commits
2045c292c1
...
4b9f6e0695
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b9f6e0695 |
@@ -1,7 +1,5 @@
|
|||||||
name: ChatOps Deploy
|
name: ChatOps Deploy
|
||||||
on:
|
on: issue_comment
|
||||||
issue_comment:
|
|
||||||
types: [created]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@@ -13,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: say hello
|
- name: say hello
|
||||||
if: contains(github.event.comment.body, '/deploy') # check the comment if it contains the keywords
|
# if: contains(github.event.comment.body, '/deploy') # check the comment if it contains the keywords
|
||||||
run: |
|
run: |
|
||||||
echo say hello
|
echo say hello
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user