AAAA pschyho

This commit is contained in:
snusxd
2026-02-28 02:34:41 +03:00
parent 200666a13c
commit 17bb3f6a39
13 changed files with 75 additions and 41 deletions

View File

@@ -1,12 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions
on: [push]
jobs:
explore-gitea-actions:
runs-on: ubuntu-latest
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."