Skip to content

Warning

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

LAPRAS Card Readme

Actions
Add LAPRAS Card to your GitHub profile
v1.0.9
Star (78)

LAPRAS Card Readme

LAPRAS の現在のスコアをGitHub Profileにカード画像として埋め込むGitHub Actionsです。

🛠️ 使い方

事前に自分のGitHub Profile README.md のカードを挿入したい位置に以下のコメントを追加します。

<!--START_SECTION:lapras-card-->
<!--END_SECTION:lapras-card-->

そして、.github/workflows/ 内に、lapras-card.ymlを追加し、GitHub Actionsを設定します。 SHARE_IDには、自分の公開プロフィールのIDを入力します(https://lapras.com/public/<:share_id>)。

name: LAPRAS Card

on:
  workflow_dispatch:
  schedule:
    - cron: "0 0 * * *"

jobs:
  update-card:
    name: LAPRAS Card
    runs-on: ubuntu-latest
    steps:
      - uses: kawamataryo/lapras-card-readme@main
        with:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          SHARE_ID: '<公開ポートフォリオのID>'
          # 以下オプション
          # https://lapras-card-generator.vercel.app でカスタマイズしたデザインを設定可能
          # ICON_FIRST: '#030E21'
          # ICON_SECOND: '#1688BF'
          # BACKGROUND_FIRST: '#020E27'
          # BACKGROUND_SECOND: '#0E5593'
          # LANG: 'ja'

🚧初回はGitHub Actionsの手動実行🚧で画像を追加してください。以降は毎日12:00(UTC)に更新されます。

CleanShot 2022-12-12 at 19 51 47

🎨 オプション

カードのデザインはさまざまな調整が可能です。

property default description
ICON_FIRST #030E21 LAPRASアイコンのグラデーションの start color
ICON_SECOND #1688BF LAPRASアイコンのグラデーションの end color
BACKGROUND_FIRST #020E27 カード背景のグラデーションの start color
BACKGROUND_END #0E5593 カード背景のグラデーションの end color
LANG ja スコアの表記方法(ja or en

lapras-card-generator を使うことで生成画像のPreviewや、環境変数の出力も可能です。

LAPRAS Card Readme is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Add LAPRAS Card to your GitHub profile
v1.0.9

LAPRAS Card Readme is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.