diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 79102e7..0df89ed 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -1,8 +1,8 @@ name: Gitea Actions Demo -run-name: Testing out GitHub Actions 🚀 +run-name: Testing out Gitea Actions 🚀 on: [push] jobs: - Explore-GitHub-Actions: + Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a push event."