From 2dab515f8352d6c46288cf43f1e054936dc8de39 Mon Sep 17 00:00:00 2001 From: xhli18 Date: Wed, 29 Mar 2023 14:55:53 +0800 Subject: [PATCH] fix --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f313cea..c19464e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,8 +1,8 @@ -name: Gitea Actions Demo -run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 +name: Build And Deploy +run-name: ${{ github.actor }} is upgrade release 🚀 on: [push] jobs: - Explore-Gitea-Actions: + Build-Deploy-Actions: runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."