mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
* 🔥 Disable action Watch Docs Previews * 🔧 Use predefined name for docs artifacts for previews * ✨ Add new GitHub Action Comment Docs Preview in PR * 🔧 Refactor GitHub Action Preview Docs to work as workflow_run using new action to extract where to comment
13 lines
394 B
YAML
13 lines
394 B
YAML
name: Comment Docs Preview in PR
|
|
description: Comment with the docs URL preview in the PR
|
|
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
|
|
deploy_url:
|
|
description: The deployment URL to comment in the PR
|
|
required: true
|
|
runs:
|
|
using: docker
|
|
image: Dockerfile
|