MYDOC/.gitea/workflows/demo.yaml
洪剑峰 aafa797cdb
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
新增工作流程运行环境
2024-07-31 11:03:34 +08:00

12 lines
467 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.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 ${{ gitea.event_name }} event."
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."