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."