test with commit

This commit is contained in:
Antoine Martin 2024-08-11 19:19:55 -04:00
parent 6704e8c212
commit 1ab21c5654
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -12,14 +12,9 @@ jobs:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
steps:
- 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
with:
commit: ${{ steps.comment-branch.outputs.head_sha }}
commit: 78b40d1578866058810f139a4ea95215bd7163c1
- name: Deploy
run: |
echo "Deploying..."