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.
1 parent 448e7b4 commit 65faaf0Copy full SHA for 65faaf0
.github/workflows/calibreapp-image-actions.yml
@@ -19,6 +19,6 @@ jobs:
19
uses: actions/checkout@v4.2.2
20
21
- name: Compress Images
22
- uses: calibreapp/image-actions@1.1.0 # TODO: if they start using a tag like v1, switch to that
+ uses: calibreapp/image-actions@main # Their latest tag is > 4 years old and the README says to use main
23
with:
24
githubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments