Skip to content

Commit

Permalink
Merge branch 'main' into releases/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed May 18, 2021
2 parents 86d946d + a7ff552 commit 4eea9a8
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 512 deletions.
4 changes: 1 addition & 3 deletions __tests__/upload-release-asset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,7 @@ test('overwrite', async () => {
deleteReleaseAsset: deleteReleaseAsset
})
expect(deleteReleaseAsset).toBeCalledWith({
owner: 'shogo82148',
repo: 'github-action-test',
assetId: '1234',
url: 'http://example.com/download',
githubToken: 'very-secret'
})
expect(uploadReleaseAsset).toBeCalledTimes(1)
Expand Down
Loading

0 comments on commit 4eea9a8

Please sign in to comment.