Update actions
Some checks failed
Build and release project / Explore-Gitea-Actions (push) Failing after 35s
Some checks failed
Build and release project / Explore-Gitea-Actions (push) Failing after 35s
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user