Skip to content

Commit

Permalink
Merge branch 'main' into jasmeen/test-pr-deployment-main2
Browse files Browse the repository at this point in the history
  • Loading branch information
KAUR1984 authored Oct 26, 2023
2 parents cca7064 + 7d13511 commit 95950ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
with:
action: remove
pr-number: ${{ github.event.number }}


0 comments on commit 95950ca

Please sign in to comment.