test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
xking 2024-10-12 18:02:12 +08:00
parent b337030046
commit 4f06678aa0
Signed by: chenkuangwei
GPG Key ID: 931C79A9747F5F82

View File

@ -1,4 +1,5 @@
name: Gitea Actions Demo name: Gitea Actions Demo
uses: alpine:latest
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on: [push]
@ -6,12 +7,4 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: alpine-latest runs-on: alpine-latest
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "111111111111111111111111111111"
- 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 }}."
- 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 }}."