Update .gitea/workflows/test.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details

main
vladzvx 2024-04-03 13:41:56 +03:00
parent d350b79759
commit 163814067a
1 changed files with 6 additions and 9 deletions

View File

@ -1,11 +1,8 @@
name: checks name: Gitea Actions Demo
on: run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
- push on: [push]
jobs: jobs:
test: Explore-Gitea-Actions:
labels: [docker] runs-on: ubuntu-latest
name: check and test
steps: steps:
- name: test - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
run: ls