Skip to content

Commit

Permalink
Update image-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeeEoo committed Sep 28, 2024
1 parent 737542e commit 748f6ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
check_image:
permissions:
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -61,5 +62,6 @@ jobs:
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.number }}
comment-author: 'github-actions[bot]'
body: ${{ steps.image_info.outputs.image_details }}
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 748f6ab

Please sign in to comment.