File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99def main ():
1010 args = util .get_commandline_args ()
1111 new_icons = filehandler .find_new_icons (args .devicon_json_path , args .icomoon_json_path )
12- if len (new_icons ) == 0 :
13- print ("No files need to be uploaded. Ending script..." )
14- return
12+ # if len(new_icons) == 0:
13+ # print("No files need to be uploaded. Ending script...")
14+ # return
1515
1616 # print list of new icons
1717 print ("List of new icons:" , * new_icons , sep = "\n " )
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 name : geckodriver-log
3030 path : ./geckodriver.log
3131 - name : Upload screenshot of the newly made icons
32- uses : actions/ upload-artifact@v2
32+ uses : Thomas-Boi/public- upload-to-imgur@v1
3333 if : ${{success()}}
3434 with :
35- name : new_icons
36- path : ./new_icons.png
35+ img_path : ./ new_icons.png
36+ client_id : ${{secrets.IMGUR_CLIENT_ID}}
3737 # - name: Comment on the PR about the result
3838 # uses: github-actions-up-and-running/pr-comment@v1.0.1
3939 # with:
You can’t perform that action at this time.
0 commit comments