mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-28 14:16:02 +00:00
Integrate latest changes from upstream.
This commit is contained in:
commit
6c0a3f10db
5 changed files with 10 additions and 5 deletions
|
@ -60,9 +60,9 @@ describe("util", () => {
|
|||
})
|
||||
);
|
||||
});
|
||||
it("defaults to body when both body and body path are provided", () => {
|
||||
it("defaults to body path when both body and body path are provided", () => {
|
||||
assert.equal(
|
||||
"foo",
|
||||
"bar",
|
||||
releaseBody({
|
||||
github_ref: "",
|
||||
github_repository: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue