Update
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 51s

This commit is contained in:
2025-11-22 01:32:37 +03:00
parent cd5a43560d
commit 6fc402fde6

View File

@@ -1,15 +1,10 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions
name: Build and release project
run-name: Started by ${{ gitea.actor }}
on:
push:
branches:
- main
# env:
# GITHUB_TOKEN: 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
# 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
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
@@ -21,7 +16,6 @@ jobs:
uses: actions/setup-go@v6
with:
go-version: "1.25.4"
# cache: true
- name: Check out repository code
uses: actions/checkout@v6