This commit is contained in:
ThaMunsta
2025-03-15 21:36:50 -04:00
parent 479568ebea
commit 1e07053fbe
2 changed files with 147 additions and 3 deletions

View File

@@ -2,10 +2,12 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
pull_request:
push:
branches:
- 'stack-init'
paths:
- 'stack.yml'
jobs:
Create-Stack:
runs-on: synology
@@ -14,7 +16,7 @@ jobs:
- name: Checkout
uses: https://github.com/actions/checkout@v4
with:
ref: init-stack
ref: stack-init
- name: Get the endpoint ID
# Usually ID is 1, but you can get it from the API. Only skip this if you are VERY sure.