Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief authored Nov 18, 2023
2 parents bc15ea1 + 8dfa509 commit 4aadc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icon-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: main

- name: Compare repositories
run: git diff -r main fork
run: find main fork -name "*.svg" -exec diff -q {} \;

- name: echo git remote origin
run: git remote -v
Expand Down

0 comments on commit 4aadc4b

Please sign in to comment.