mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
💚 Fixed Jobs not running
This commit is contained in:
@@ -9,11 +9,11 @@ on:
|
||||
|
||||
jobs:
|
||||
virustotal:
|
||||
if: ${{ inputs.VT_API_KEY }}
|
||||
timeout-minutes: 5
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: VirusTotal Scan
|
||||
if: ${{ env.HAVE_VT_API_KEY == 'true' }}
|
||||
uses: nikhilbadyal/ghaction-virustotal@master
|
||||
with:
|
||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||
@@ -22,3 +22,5 @@ jobs:
|
||||
request_rate: 4
|
||||
files: |
|
||||
.apk$
|
||||
env:
|
||||
HAVE_VT_API_KEY: ${{ secrets.VT_API_KEY != '' }}
|
||||
|
||||
Reference in New Issue
Block a user