mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
clone inputs
This commit is contained in:
parent
7ca909c028
commit
9c1e156588
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ describe('add-pr-comment action', () => {
|
|||
afterAll(() => server.close())
|
||||
|
||||
beforeEach(() => {
|
||||
inputs = defaultInputs
|
||||
inputs = { ...defaultInputs }
|
||||
issueNumber = defaultIssueNumber
|
||||
repoFullName = defaultRepoFullName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue