Skip to content

fix(HTTPClient): 移除无用的 async 关键字 #59

fix(HTTPClient): 移除无用的 async 关键字

fix(HTTPClient): 移除无用的 async 关键字 #59

Workflow file for this run

name: AutoFilm DEV
on:
workflow_dispatch:
push:
paths:
- '**.py'
jobs:
Dev-Docker-Builder:
name: Build Docker Image
uses: ./.github/workflows/docker-builder.yaml
with:
APP_VERSION: DEV
IS_LATEST: false
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}