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 4c759dd commit eae8034Copy full SHA for eae8034
.github/workflows/calibreapp-image-actions.yml
@@ -21,6 +21,6 @@ jobs:
21
persist-credentials: false
22
23
- name: Compress Images
24
- 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
25
with:
26
githubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments