Fix pr comment action

This commit is contained in:
Labhansh Agrawal 2021-07-19 17:59:43 +05:30
parent 1e64e72797
commit 2e143bcbbc

View file

@ -34,11 +34,17 @@ jobs:
path: ./pr_num.txt
- name: List images
run: ls -al
- name: Upload images to imgur
- name: Upload images to imgur - win32
id: upload_screenshots
uses: devicons/public-upload-to-imgur@v2.2.1
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 }}
- name: Comment on the PR
uses: jungwinter/comment@v1