Skip to content

Update Cloud Commerce bump non-major to ^2.11.1 - autoclosed #10

Update Cloud Commerce bump non-major to ^2.11.1 - autoclosed

Update Cloud Commerce bump non-major to ^2.11.1 - autoclosed #10

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@v4
- name: Compress images
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}