Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecked committed Jun 11, 2024
1 parent 02ec555 commit 21b56e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/optimize-svgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'refs/pull/96/head'
ref: 'origin/refs/pull/96/head'
- uses: ericcornelissen/svgo-action@v4
id: svgo
with:
Expand All @@ -32,7 +32,7 @@ jobs:
with:
commit_message: Optimize ${{steps.svgo.outputs.OPTIMIZED_COUNT}} SVG(s)
file_pattern: '*.svg'
branch: 'refs/pull/96/head'
branch: 'origin/refs/pull/96/head'
- name: Comment on Pull Request
uses: thollander/actions-comment-pull-request@v2
if: ${{steps.svgo.outputs.DID_OPTIMIZE && github.event_name == 'pull_request'}}
Expand Down

0 comments on commit 21b56e2

Please sign in to comment.