Skip to content

Commit

Permalink
bugfix: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Dec 17, 2022
1 parent 24438ae commit 14c16b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
# BACKGROUND_SECOND: '#0E5593'
# LANG: 'ja'
# CARD_WIDTH: '400'
# UPDATE_TIME: 'true'
```

初回はGitHub Actionsの **⚠手動実行⚠️** で画像を追加してください。以降は毎日12:00(UTC)に更新されます。
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/rewriteReadmeToIncludeCardText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const createCardText = ({

const updateTime = showUpdateTime ? ` \nLast Updated on ${new Date().toLocaleString()}` : ''

return `<a href="https://lapras.com/public/${shareId}" target="_blank" rel="noopener noreferrer"><img src="${imageUrl}" width="${cardWidth}" ></a>${updateTime}}`
return `<a href="https://lapras.com/public/${shareId}" target="_blank" rel="noopener noreferrer"><img src="${imageUrl}" width="${cardWidth}" ></a>${updateTime}`
}

export const rewriteReadmeToIncludeCardText = (
Expand Down

0 comments on commit 14c16b4

Please sign in to comment.