We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4484986 + 4b46e02 commit 6411bbfCopy full SHA for 6411bbf
.github/workflows/image-actions.yml
@@ -26,9 +26,9 @@ jobs:
26
27
- name: Compress Images
28
id: compress_images
29
- uses: calibreapp/image-actions@1.2.0
+ uses: calibreapp/image-actions@1.3.0
30
with:
31
- githubToken: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
compressOnly: ${{ github.event_name != 'pull_request' }} # For non-Pull Requests, run in compressOnly mode and we'll PR after.
33
34
- name: Create Pull Request
0 commit comments