We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b74dc7 commit edda498Copy full SHA for edda498
1 file changed
.github/workflows/__call-release-notifier.yml
@@ -86,6 +86,9 @@ jobs:
86
file_name="_posts/releases/${repo_lower}/${year}-${month_day:0:2}-${month_day:2:2}-v${semver}.md"
87
mkdir -p "$(dirname "${file_name}")"
88
89
+ thumbnail_base_url="https://app.lizardbyte.dev/dashboard/github/openGraphImages"
90
+ thumbnail_url="${thumbnail_base_url}/${{ github.event.repository.name }}_624x312.png"
91
+
92
# create jekyll blog post
93
{
94
echo "---"
@@ -95,6 +98,7 @@ jobs:
95
98
echo "gh-repo: ${{ github.repository }}"
96
99
echo "gh-badge: [follow, fork, star]"
97
100
echo "tags: [release, ${repo_lower}]"
101
+ echo "thumbnail-img: ${thumbnail_url}"
102
echo "comments: true"
103
echo "authors:"
104
echo " - github: LizardByte-bot"
0 commit comments