Skip to content

Commit 44e8cba

Browse files
committed
Fix workflow with calibreapp/image-actions@1.4.1
1 parent 7601e86 commit 44e8cba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/calibreapp-image-actions.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v5
20-
- name: Compress images
21-
uses: calibreapp/image-actions@1.3.0
22-
with:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
- uses: calibreapp/image-actions@1.4.1

0 commit comments

Comments
 (0)