Skip to content

Commit 6b32fe9

Browse files
committed
fix yaml typo
1 parent bb2fedb commit 6b32fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nvd_scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
nvd-${{ hashFiles(
5050
'nvd-scan/target/ci-versions.edn',
5151
'nvd-scan/*',
52-
'!nvd-scan/.*', ) }}
52+
'!nvd-scan/.*') }}
5353
restore-keys: |
5454
nvd-
5555
@@ -78,4 +78,4 @@ jobs:
7878
nvd-${{ hashFiles(
7979
'nvd-scan/target/ci-versions.edn',
8080
'nvd-scan/*',
81-
'!nvd-scan/.*', )}}-${{ github.run_id }}
81+
'!nvd-scan/.*')}}-${{ github.run_id }}

0 commit comments

Comments
 (0)