Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c860c25

Browse files
committed
fix: last timestamp logic
1 parent 08cb87f commit c860c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/action.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ async function sync(inputs) {
271271
// authenticated user.
272272
let commitInfo = commits.data[commits.data.length - 1].commit.author;
273273
for (const commit of commits.data) {
274-
if (!commit.commit.message.startsWith(COMMIT_MESSAGE)) {
274+
if (!commit.commit.message.startsWith(!!commitHeader ? commitHeader : COMMIT_MESSAGE)) {
275275
continue
276276
}
277277
commitInfo = commit.commit.author;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /