Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
zpavlinovic committed Aug 18, 2023
1 parent b3733ce commit 98d5444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/govulncheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ inputs:
description: 'Directory in which to run govulncheck'
required: false
default: '.'
checkout:
repo-checkout:
description: "Checkout the repository"
required: false
default: true
runs:
using: "composite"
steps:
- if: true
- if: inputs.repo-checkout
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- uses: ./.github/actions/govulncheck
with:
work-dir: ./go/vuln
checkout: false
repo-checkout: false

0 comments on commit 98d5444

Please sign in to comment.