From 21b56e22bcffa5e9c3c92ba6a1d09e6ffea17921 Mon Sep 17 00:00:00 2001 From: Justine De Caires Date: Mon, 10 Jun 2024 18:30:46 -0700 Subject: [PATCH] test --- .github/workflows/optimize-svgs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/optimize-svgs.yml b/.github/workflows/optimize-svgs.yml index 8e553062..60f57f40 100644 --- a/.github/workflows/optimize-svgs.yml +++ b/.github/workflows/optimize-svgs.yml @@ -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: @@ -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'}}