Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Open Graph social cards

v1

Open Graph social cards

play

Open Graph social cards

Create open graph social cards which can be shared on facebook, twitter, linkedin etc

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Open Graph social cards

uses: Jasmin2895/open-graph-image@v1

Learn more about this action in Jasmin2895/open-graph-image

Choose a version

open-graph-image

Create the open graph image

Inputs

bold-text

Required The text which will appear as bold text on image.

plain-text

Required The text which will appear as normal text on image.

Outputs

Image is stored in the root directory.

Example usage

uses: actions/open-graph-image@v1
with:
  bold-text: 'Open graph image'
  plain-text: 'for social media platform'