Skip to content

Commit

Permalink
wp
Browse files Browse the repository at this point in the history
  • Loading branch information
mokimo committed Apr 29, 2024
1 parent 3aa21c1 commit 1f92002
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/merge-to-stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ const openStageToMainPR = async () => {

try {
const {
data: {
pr: { html_url, number },
},
data: { html_url, number },
} = await github.rest.pulls.create({
owner,
repo,
Expand Down

0 comments on commit 1f92002

Please sign in to comment.