:-'Generic Commit'
Some checks failed
Gitea Actions Demo / Build (push) Failing after 19s

This commit is contained in:
Your Name
2025-05-29 18:49:59 +12:00
parent c15e91cde8
commit 9453d61479
4 changed files with 52 additions and 4 deletions

View File

@ -0,0 +1,18 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build the project
run: |
./build.sh
- name: Publish
run: |
./publish.sh