Aktualizovat „.gitea/workflows/main.yml“
Explore-Gitea-Actions Details

This commit is contained in:
Radim Lipovčan 2023-03-31 21:39:44 +02:00
parent fab67d2f7c
commit 00498518aa
1 changed files with 2 additions and 2 deletions

View File

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