Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
frubesss committed Nov 14, 2023
1 parent 991fd1a commit 50aa2d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/format-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}

- uses: mfinelli/setup-imagemagick@v5

- name: Get logo icons changed
id: changed-logos-icons
uses: tj-actions/changed-files@v37
id: changed-logo-icons
uses: tj-actions/changed-files@v39
with:
separator: ","
files: |
Expand All @@ -36,7 +36,7 @@ jobs:
magick mogrify -resize 200x200 "$file";
done
- name: Change to png
- name: Convert to png
run: |
IFS=$','
vals="${{ steps.changed-logos.outputs.all_changed_and_modified_files }}"
Expand Down
Binary file added logoIcons/n26.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 50aa2d8

Please sign in to comment.