Update actions
All checks were successful
Show context properties / dump_contexts_to_log (push) Successful in 2s

This commit is contained in:
2025-11-22 16:25:30 +03:00
parent 7f3e9809ef
commit c46f887a5a
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
name: Show context properties name: Show context properties
on: on:
push: push:
tags: branches:
- context - main
jobs: jobs:
dump_contexts_to_log: dump_contexts_to_log:

View File

@@ -3,7 +3,7 @@ run-name: Started by ${{ gitea.actor }}
on: on:
push: push:
branches: branches:
- main - dev
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
@@ -20,8 +20,8 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Golang linter # - name: Golang linter
uses: actions/golangci-lint-action@v9 # uses: actions/golangci-lint-action@v9
- name: Build and test application - name: Build and test application
env: env: