Update check_nist.yaml

This commit is contained in:
uazo
2023-10-24 23:20:22 +11:00
committed by GitHub
parent d427bfc657
commit e6a69ef7f0
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
echo "CHANGES=$CHANGES" >> $GITHUB_ENV
if [[ CHANGES -eq 1 ]]; then
git add cves/*.txt
git add tools/cves/*.txt
git diff --name-only --staged
fi