Skip to content

Update calibreapp/image-actions action to v1.4.1 - autoclosed #36

Update calibreapp/image-actions action to v1.4.1 - autoclosed

Update calibreapp/image-actions action to v1.4.1 - autoclosed #36

name: Compress images
on:
pull_request:
paths:
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.webp'
- 'package-lock.json'
jobs:
build:
# Only run on Pull Requests within the same repository, and not from forks.
if: github.event.pull_request.head.repo.full_name == github.repository
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Compress images
uses: calibreapp/image-actions@1.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}