Skip to content

Commit eb18526

Browse files
committed
feat: pull request deploy
1 parent afa3e79 commit eb18526

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pull-request-action.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ jobs:
1616
if: contains(github.event.comment.body, '/test') # check the comment if it contains the keywords
1717
run: |
1818
echo test
19+
20+
- name: deploy
21+
if: contains(github.event.comment.body, '/deploy') # check the comment if it contains the keywords
22+
uses: ./.github/workflows/shared-build-and-deploy.yaml
23+
# secrets: inherit
24+
with:
25+
deploy: true

0 commit comments

Comments
 (0)