test with commit
This commit is contained in:
parent
6704e8c212
commit
1ab21c5654
1 changed files with 1 additions and 6 deletions
|
@ -12,14 +12,9 @@ jobs:
|
||||||
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs curl
|
- run: apk add nodejs curl
|
||||||
- name: Get PR branch
|
|
||||||
uses: https://github.com/xt0rted/pull-request-comment-branch@v1
|
|
||||||
id: comment-branch
|
|
||||||
- run: echo ${{ steps.comment-branch.outputs.head_sha }}
|
|
||||||
- run: echo ${{ steps.comment-branch.outputs.head_ref }}
|
|
||||||
- uses: https://github.com/dawidd6/action-download-artifact@v6
|
- uses: https://github.com/dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
commit: ${{ steps.comment-branch.outputs.head_sha }}
|
commit: 78b40d1578866058810f139a4ea95215bd7163c1
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
echo "Deploying..."
|
echo "Deploying..."
|
||||||
|
|
Loading…
Reference in a new issue