jt6hn
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 19s

This commit is contained in:
2026-04-06 00:01:16 -04:00
parent fbb85f0c0a
commit 38579f8f02

View File

@@ -22,6 +22,9 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo " This job's status is ${{ job.status }}." - run: echo " This job's status is ${{ job.status }}."
- run: echo " HELP ME, I'M A GITHUB ACTION." - run: echo " HELP ME, I'M A GITHUB ACTION."
- run: echo " HELP ME PLEASE."
- run: echo " I'M SO TIRED."
- run: echo " 9999999."
# name: Gitea Actions Demo # name: Gitea Actions Demo
# run-name: ${{ gitea.actor }} is testing out Gitea Actions # run-name: ${{ gitea.actor }} is testing out Gitea Actions
# on: [push] # on: [push]