workflows add
Some checks failed
Java Application Build and Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Java Application Build and Deploy / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Java Application Build and Deploy
|
name: Java Application Build and Deploy
|
||||||
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: gitea-runner-label # Use the label matching your Gitea runner
|
runs-on: ubuntu-latest # Use the label matching your Gitea runner
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user