updates
This commit is contained in:
@@ -3,8 +3,8 @@ name: Gitea Actions Demo
|
|||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- stack-init
|
- init-stack
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Create-Stack:
|
Create-Stack:
|
||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: stack-init
|
ref: main
|
||||||
|
|
||||||
- name: Get the endpoint ID
|
- 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.
|
# Usually ID is 1, but you can get it from the API. Only skip this if you are VERY sure.
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
name: Just test things
|
name: Just test things
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- test-cmd
|
- test-cmd
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user