diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 31b23ab..839f609 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -19,7 +19,7 @@ on: # - cron: '30 5 * * 2,4' jobs: - 构建应用: + "构建应用": runs-on: ubuntu-latest steps: # https://github.com/actions/checkout @@ -112,7 +112,7 @@ jobs: echo 'docker push :latest' docker info 发布应用: - needs: 构建应用 + needs: "构建应用" runs-on: ubuntu-latest steps: - name: 执行远程 SSH 命令