mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-10 04:26:43 +00:00
* 👥 Update FastAPI People * ✨ Add first version of FastAPI People GitHub action code * 🐳 Add Docker and configs for the FastAPI People GitHub Action * 👷 Add GitHub Action workflow for FastAPI People * 📝 Add FastAPI People to docs * 💄 Add custom CSSs for FastAPI People
10 lines
315 B
YAML
10 lines
315 B
YAML
name: "Generate FastAPI People"
|
|
description: "Generate the data for the FastAPI People page"
|
|
author: "Sebastián Ramírez <tiangolo@gmail.com>"
|
|
inputs:
|
|
token:
|
|
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
|
|
required: true
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|