Skip to content

Commit

Permalink
modify action with ignore-build
Browse files Browse the repository at this point in the history
ivvist committed Mar 12, 2024
1 parent 2afd6fe commit 8c9bb80
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,10 @@ inputs:
description: Codecov token
codecov-go-race:
description: 'Codecov: use Go Race Detector'
default: true
default: 'true'
ignore-build:
description: 'Ignores go build'
default: 'false'
publish-asset:
description: File / dir name to publish
publish-token:
@@ -27,19 +30,19 @@ inputs:
default: ${{ github.repository }}
run-mod-tidy:
description: 'Only for go-projects: execute `go mod tidy`'
default: true
default: 'true'
main-branch:
description: Main branch name
default: main
ignore-copyright:
description: 'Do not check the copyright in first comments of source code'
default: false
default: 'false'
test-folder:
description: 'Test only in passed folder'
default: ''
short-test:
description: 'Test onlywith flag -short'
default: false
default: 'false'
outputs:
release_id:
description: 'The ID of the created Release'

0 comments on commit 8c9bb80

Please sign in to comment.