Skip to content

Commit

Permalink
fix workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Sep 26, 2024
1 parent 05a25f5 commit 09349ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
validate:
if: github.repository == 'tabler/tabler-icons'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
Expand Down Expand Up @@ -45,8 +47,6 @@ jobs:

- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
permissions:
contents: write
with:
filePath: ./comment-markup.md
comment_tag: validate

0 comments on commit 09349ab

Please sign in to comment.