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: on:
push: push:
branches: branches:
- main - dev
jobs: jobs:
dump_contexts_to_log: dump_contexts_to_log:

View File

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