Skip to content

Commit

Permalink
Merge pull request #256 from spencerlepine/spencerlepine-patch-1
Browse files Browse the repository at this point in the history
update example workflow in README
  • Loading branch information
benschwarz committed Mar 31, 2024
2 parents 3aaa211 + a0520a6 commit 790ef46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
# Only run on Pull Requests within the same repository, and not from forks.
if: github.event.pull_request.head.repo.full_name == github.repository
name: calibreapp/image-actions
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compress Images
uses: calibreapp/image-actions@main
Expand Down

0 comments on commit 790ef46

Please sign in to comment.