From 492bd76770cec6339fbda98507728cc77725e6d6 Mon Sep 17 00:00:00 2001 From: timerzz Date: Fri, 12 Apr 2024 13:54:55 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BF=AE=E6=94=B9build=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-image.yml | 2 +- .gitea/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index d365f49..47c5b1c 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -1,4 +1,4 @@ -name: build image +name: Build image run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 7f49b1a..5866a58 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -2,7 +2,7 @@ name: push image run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: workflow_run: - workflows: [build image] + workflows: [Build image] types: [completed] jobs: