diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42fe9141..f6720fe5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,7 +55,7 @@ jobs: - name: Upload artifacts # Run only when triggered from a PR - if: ${{github.event}} == 'pull_request' + if: github.event_name == 'pull_request' uses: actions/upload-artifact@v2 with: name: spoiler-output