GitHub Action
Open Graph social cards
v1.2
Latest version
Create social cards using open graph image.
Required The text which will appear as bold text on image.
Required The text which will appear as normal text on image.
The theme layout for social image. There are two values possible which are light
and dark
.
Image is stored in the root directory.
- name: Open Graph social cards
uses: Jasmin2895/[email protected]
with:
bold-text: "Open graph image"
plain-text: "for social media platform"
theme: "dark"
- name: Archive open graph image
uses: actions/upload-artifact@v2
with:
name: open-graph-image
path: og-image.now.sh.png
- name: Download all workflow run artifacts
uses: actions/download-artifact@v2