Skip to content

Commit c0da03f

Browse files
committed
update workflow branch
1 parent cbb2480 commit c0da03f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-linter-runner-submit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
workflow_ref:
2323
description: |
2424
the branch to run workflow
25-
Default ''
26-
default: ''
25+
Default 'main'
26+
default: 'main'
2727

2828
permissions:
2929
actions: write

.github/workflows/go-linter-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
action: run
2525
go_version: "1.23.0"
26-
install_command: go install github.com/alingse/nilnesserr/cmd/nilnesserr@add-check-errors-func
26+
install_command: go install github.com/alingse/nilnesserr/cmd/nilnesserr@main
2727
linter_command: nilnesserr
2828
includes: "[\"call function with a nil value error after check error\"]"
2929
excludes: "[]"

0 commit comments

Comments
 (0)