mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
5395c254d5
👥 Update LangChain people data
---------
Co-authored-by: github-actions <github-actions@github.com>
11 lines
439 B
YAML
11 lines
439 B
YAML
# Adapted from https://github.com/tiangolo/fastapi/blob/master/.github/actions/people/action.yml
|
|
name: "Generate LangChain People"
|
|
description: "Generate the data for the LangChain People page"
|
|
author: "Jacob Lee <jacob@langchain.dev>"
|
|
inputs:
|
|
token:
|
|
description: 'User token, to read the GitHub API. Can be passed in using {{ secrets.LANGCHAIN_PEOPLE_GITHUB_TOKEN }}'
|
|
required: true
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile' |