Skip to content

Commit 2bf3ddb

Browse files
authored
fix: mention only the PR description is generated (#25)
1 parent 9f65778 commit 2bf3ddb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/markdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Submodule } from "./main";
33
const header = () => "This PR updates the following submodules:";
44

55
const footer = () =>
6-
"---\n\nThis PR was generated by [sgoudham/update-git-submodules](https://github.com/sgoudham/update-git-submodules).";
6+
"---\n\nThis PR description was generated by [sgoudham/update-git-submodules](https://github.com/sgoudham/update-git-submodules).";
77

88
const tableHeader = () =>
99
"| **Remote Repository** | **Submodule Path** | **Change** |\n| --- | --- | --- |";

0 commit comments

Comments
 (0)