diff --git a/.github/workflows/build_preview.yml b/.github/workflows/build_preview.yml index bb762f472..8fea8cf73 100644 --- a/.github/workflows/build_preview.yml +++ b/.github/workflows/build_preview.yml @@ -14,7 +14,7 @@ concurrency: jobs: build-preview: - if: github.event.action != 'closed' + if: github.event.action != "closed" runs-on: ubuntu-latest steps: - name: Checkout @@ -60,7 +60,7 @@ jobs: var artifacts = await github.actions.listWorkflowRunArtifacts({ owner: context.repo.owner, repo: context.repo.repo, - run_id: ${{github.event.workflow_run.id}}, + run_id: ${{github.event.workflow_run.id }}, }); var matchArtifact = artifacts.data.artifacts.filter((artifact) => { return artifact.name == "pr_site" @@ -98,4 +98,4 @@ jobs: with: action: remove pr-number: ${{ github.event.number }} - + \ No newline at end of file