mirror of https://github.com/tiangolo/fastapi.git
👷 Update deploy-docs-notify URL (#12392)
This commit is contained in:
parent
ad8b3ba3ec
commit
1705a8c37f
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
run: python ./scripts/deploy_docs_status.py
|
run: python ./scripts/deploy_docs_status.py
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
DEPLOY_URL: ${{ steps.deploy.outputs.url }}
|
DEPLOY_URL: ${{ steps.deploy.outputs.deployment-url }}
|
||||||
COMMIT_SHA: ${{ github.event.workflow_run.head_sha }}
|
COMMIT_SHA: ${{ github.event.workflow_run.head_sha }}
|
||||||
RUN_ID: ${{ github.run_id }}
|
RUN_ID: ${{ github.run_id }}
|
||||||
IS_DONE: "true"
|
IS_DONE: "true"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue