We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa363d commit b67c3c5Copy full SHA for b67c3c5
.github/workflows/build_and_scan.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Scan with VirusTotal
43
if: success() && secrets.VIRUSTOTAL_API_KEY != ''
44
- uses: crazy-max/ghaction-virustotal@v4.0.0
45
- with:
46
- vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
47
- files: dist/PythonProjectMngr.exe
+ uses: crazy-max/ghaction-virustotal@v4.0.0
+ with:
+ vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
+ files: dist/PythonProjectMngr.exe
0 commit comments