Skip to content

Commit

Permalink
fix: add lint staged dependency and fixed the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Jain <[email protected]>
  • Loading branch information
sarthakjdev committed Sep 14, 2023
1 parent 5575037 commit 318ae60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
issue_number: pullRequestData[0].number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `#### 🟢 Build success:
Deployed Url: ${deploymentUrl}`
body: `#### 🟢 Build success`
})
} else {
throw new Error('Pull request data not found')
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
issue_number: pullRequestData[0].number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `#### 🟢 Build success:
Deployed Url: ${deploymentUrl}`
body: `#### 🟢 Build success`
})
} else {
throw new Error('Pull request data not found')
Expand Down

0 comments on commit 318ae60

Please sign in to comment.