mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
No need to checkout to a subdirectory
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
f2aac4a1e9
commit
ed883abdd8
1 changed files with 0 additions and 3 deletions
3
.github/workflows/upload-virustotal.yml
vendored
3
.github/workflows/upload-virustotal.yml
vendored
|
@ -27,8 +27,6 @@ jobs:
|
|||
|
||||
- name: Checkout Salt
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: salt
|
||||
|
||||
- name: Set Up Python 3.10
|
||||
uses: actions/setup-python@v4
|
||||
|
@ -39,7 +37,6 @@ jobs:
|
|||
uses: ./.github/actions/setup-python-tools-scripts
|
||||
|
||||
- name: Upload to VirusTotal
|
||||
working-directory: salt
|
||||
env:
|
||||
VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue