Skip to content

Commit

Permalink
fix: update calibreapp/image-actions reference in optimize workflow (#…
Browse files Browse the repository at this point in the history
…1111)

Co-authored-by: Kevin Le Diouron <kevin.lediouron.ext@orange.com>
  • Loading branch information
julien-deramond and Kevin Le Diouron authored Feb 22, 2022
1 parent c21a581 commit 3b3215e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
uses: actions/checkout@main

- name: Compress Images
uses: calibreapp/image-actions@master
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
jpegQuality: "75"
Expand Down

0 comments on commit 3b3215e

Please sign in to comment.