Skip to content

Commit

Permalink
Update build_and_preview.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
knownotunknown committed Oct 15, 2024
1 parent 95a87dd commit 677adda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
summary: 'In Progress',
},
owner: context.repo.owner,
repo: context.repo.name,
repo: context.repo.repo,
})
return response.data.id
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.name,
repo: context.repo.repo,
body: `
<!-- _(run_id **${process.env.GITHUB_RUN_ID}**)_ -->
Expand Down Expand Up @@ -192,5 +192,5 @@ jobs:
summary: 'Completed successfully',
},
owner: context.repo.owner,
repo: context.repo.name,
repo: context.repo.repo,
})

0 comments on commit 677adda

Please sign in to comment.