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:
2
.github/workflows/check_svgs_on_pr.yml
vendored
2
.github/workflows/check_svgs_on_pr.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user