try another way to get workflow
This commit is contained in:
parent
0197cc05b8
commit
a475e4a108
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
||||||
id: comment-branch
|
id: comment-branch
|
||||||
- run: echo ${{ steps.comment-branch.outputs.head_sha }}
|
- run: echo ${{ steps.comment-branch.outputs.head_sha }}
|
||||||
- run: echo ${{ steps.comment-branch.outputs.head_ref }}
|
- run: echo ${{ steps.comment-branch.outputs.head_ref }}
|
||||||
- uses: dawidd6/action-download-artifact@v6
|
- uses: https://github.com/dawidd6/action-download-artifact@v6
|
||||||
with:
|
with:
|
||||||
commit: ${{ steps.comment-branch.outputs.head_sha }}
|
commit: ${{ steps.comment-branch.outputs.head_sha }}
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
Loading…
Reference in a new issue