Update
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 51s
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 51s
This commit is contained in:
@@ -1,15 +1,10 @@
|
|||||||
name: Gitea Actions Demo
|
name: Build and release project
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
run-name: Started by ${{ gitea.actor }}
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
# env:
|
|
||||||
# GITHUB_TOKEN: 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
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -21,7 +16,6 @@ jobs:
|
|||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: "1.25.4"
|
go-version: "1.25.4"
|
||||||
# cache: true
|
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user