Update actions
Some checks failed
Build and release project / Explore-Gitea-Actions (push) Failing after 35s

This commit is contained in:
2025-11-22 18:21:39 +03:00
parent c46f887a5a
commit d9cba7032c
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ name: Show context properties
on:
push:
branches:
- main
- dev
jobs:
dump_contexts_to_log:

View File

@@ -3,19 +3,19 @@ run-name: Started by ${{ gitea.actor }}
on:
push:
branches:
- dev
- main
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
runs-on: golang-1.25.4
steps:
- name: Job start
run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- name: Install GoLang v1.25.4
uses: actions/setup-go@v6
with:
go-version: "1.25.4"
# - name: Install GoLang v1.25.4
# uses: actions/setup-go@v6
# with:
# go-version: "1.25.4"
- name: Check out repository code
uses: actions/checkout@v6