update
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user