1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-31 02:00:39 +02:00

Updated file names in check_svgs_on_pr

This commit is contained in:
Thomas Bui
2021-01-08 15:53:42 -08:00
parent b1922925b7
commit c9b19346b2
6 changed files with 26 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Run the check_svg script
shell: bash
run: >
python ./.github/scripts/check_svgs_on_pr.py $HOME/files.json
python ./.github/scripts/check_svgs_on_pr.py $HOME/files_added.json $HOME/files_modified.json
- name: Comment on the PR about the result - Success
if: success()
uses: github-actions-up-and-running/pr-comment@v1.0.1