Compare commits

...

2 Commits

Author SHA1 Message Date
洪剑峰
2e190a9ae9 Merge branch 'main' of http://47.116.170.60:3300/jeff/MYDOC
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2024-07-31 11:22:13 +08:00
洪剑峰
3755350c8b 123 2024-07-31 11:22:04 +08:00

View File

@ -5,4 +5,14 @@ on: [push]
jobs:
Explore-Gitea-Actions:
steps:
- run: echo " 1The job was automatically triggered by a ${{ gitea.event_name }} event."
- 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 }}."
- name: Check out repository code
uses: actions/checkout@v3
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo " The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo " This job's status is ${{ job.status }}."