mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Fix pr comment action
This commit is contained in:
parent
1e64e72797
commit
2e143bcbbc
1 changed files with 8 additions and 2 deletions
10
.github/workflows/spectron_comment.yml
vendored
10
.github/workflows/spectron_comment.yml
vendored
|
|
@ -34,11 +34,17 @@ jobs:
|
||||||
path: ./pr_num.txt
|
path: ./pr_num.txt
|
||||||
- name: List images
|
- name: List images
|
||||||
run: ls -al
|
run: ls -al
|
||||||
- name: Upload images to imgur
|
- name: Upload images to imgur - win32
|
||||||
id: upload_screenshots
|
id: upload_screenshots
|
||||||
uses: devicons/public-upload-to-imgur@v2.2.1
|
uses: devicons/public-upload-to-imgur@v2.2.1
|
||||||
with:
|
with:
|
||||||
path: ./*.png
|
path: ./win32_test.png
|
||||||
|
client_id: ${{ secrets.IMGUR_CLIENT_ID }}
|
||||||
|
- name: Upload images to imgur - darwin
|
||||||
|
id: upload_screenshots
|
||||||
|
uses: devicons/public-upload-to-imgur@v2.2.1
|
||||||
|
with:
|
||||||
|
path: ./darwin_test.png
|
||||||
client_id: ${{ secrets.IMGUR_CLIENT_ID }}
|
client_id: ${{ secrets.IMGUR_CLIENT_ID }}
|
||||||
- name: Comment on the PR
|
- name: Comment on the PR
|
||||||
uses: jungwinter/comment@v1
|
uses: jungwinter/comment@v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue