Testing gitea workflows

This commit is contained in:
Julio Ruiz 2026-02-13 01:33:59 -05:00
parent 3d7fc1792b
commit cfd7b281d9
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
name: Centro del Reino de Paz y Justicia
on: [push]
jobs:
explore-gitea-actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."