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
on:
- push
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
test:
labels: [docker]
name: check and test
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: test
run: ls
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."