mirror of
https://github.com/creyD/email_valid.git
synced 2026-04-12 19:30:30 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74ccfc3d09 |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -20,7 +20,7 @@ on:
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE_SUFFIX: ${{ github.ref_name == 'master' && '' || format('-%s', github.ref_name) }}
|
||||
IMAGE_SUFFIX: "${{ github.ref_name != 'master' && format('-{0}', github.ref_name) || '' }}"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
@@ -5,7 +5,7 @@ from validate_email import validate_email
|
||||
app = FastAPI(
|
||||
title="MailConfirm API",
|
||||
description="API for telegram bot for confirming emails.",
|
||||
version="0.1.3",
|
||||
version="0.1.4",
|
||||
docs_url="/",
|
||||
redoc_url=None,
|
||||
debug=False,
|
||||
|
||||
Reference in New Issue
Block a user