Skip to content

Commit

Permalink
string to boolean check
Browse files Browse the repository at this point in the history
  • Loading branch information
zpavlinovic committed Aug 18, 2023
1 parent 1d9b4e0 commit 1fea8c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/govulncheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ inputs:
repo-checkout:
description: "Checkout the repository"
required: false
type: boolean
default: true
runs:
using: "composite"
steps:
- if: inputs.repo-checkout
- if: inputs.repo-checkout != 'false'
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1fea8c5

Please sign in to comment.