test: workflow
Some checks failed
Gitea Actions Demo / explore-gitea-actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / explore-gitea-actions (push) Has been cancelled
This commit is contained in:
12
.gitea/workflows/publish.yaml
Normal file
12
.gitea/workflows/publish.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
||||
on: [push]
|
||||
jobs:
|
||||
explore-gitea-actions:
|
||||
runs-on: general-xd
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: List directory contents
|
||||
run: ls -la
|
||||
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
Reference in New Issue
Block a user