This commit is contained in:
ThaMunsta
2025-03-15 22:00:53 -04:00
parent 987c154021
commit 844a8eff34
2 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,8 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- stack-init
tags:
- init-stack
jobs:
Create-Stack:
@@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: https://github.com/actions/checkout@v4
with:
ref: stack-init
ref: main
- 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.

View File

@@ -2,8 +2,8 @@
name: Just test things
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
pull_request:
branches:
push:
tags:
- test-cmd
jobs: