nas-service/.gitea/workflows/build.yaml
yutou e2d3a8e270
Some checks failed
Explore-Gitea-Actions
更新 '.gitea/workflows/build.yaml'
2023-03-24 09:41:23 +08:00

9 lines
258 B
YAML

name: buildDemo
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."