Skip to content

Commit

Permalink
Merge branch 'main' into okineadev/add-vitepress-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Okinea Dev authored Oct 31, 2024
2 parents 018a14e + f42981d commit b70cc48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/icon-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
pull-requests: write

steps:
- name: 🔧 Setup Bun
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
with:
bun-version-file: ".bun-version"

- name: 📥 Checkout Fork
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand All @@ -40,6 +35,11 @@ jobs:
path: main
persist-credentials: false

- name: 🔧 Setup Bun
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
with:
bun-version-file: "main/.bun-version"

- name: 🔍 Review SVG files
working-directory: main
run: |
Expand All @@ -63,7 +63,7 @@ jobs:
with:
script: |
const iconsCount = parseInt("${{ env.svg_files_count }}");
const imageURL = "${{ env.image_url }}");
const imageURL = "${{ env.image_url }}";
const image = `<img src="${imageURL}" alt="Generated preview" />`;
const pluralS = iconsCount > 1 ? "s" : "";
Expand Down

0 comments on commit b70cc48

Please sign in to comment.