nas-service/.gitea/workflows/build.yaml

9 lines
258 B
YAML
Raw Normal View History

2023-03-24 09:31:15 +08:00
name: buildDemo
2023-03-24 09:33:58 +08:00
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."