Skip to content

Commit

Permalink
Use string
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Jan 27, 2025
1 parent 5ffbae5 commit 1022cb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
tests:
uses: ./.github/workflows/unit-test.yml
with:
upload_coverage: false
upload_coverage: 'false'
lint:
uses: ./.github/workflows/lint.yml

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
inputs:
upload_coverage:
description: 'Whether to upload coverage report to Codecov'
required: false
type: boolean
default: true
required: 'false'
type: string
default: 'true'
push: {}

jobs:
Expand Down

0 comments on commit 1022cb8

Please sign in to comment.