#120 Test initial gitea actions workflow
This commit is contained in:
parent
720baa97d8
commit
c764b252d1
14
.gitea/workflows/first-action.yaml
Normal file
14
.gitea/workflows/first-action.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
name: First Gitea Action
|
||||
run-name: ${{ gitea.actor }} is testin Gitea Actions
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
my-shell-script:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: List files and directories
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
run: echo "Job status: ${{ job.status }}"
|
Loading…
Reference in New Issue
Block a user