We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d1d19 commit bb2b35bCopy full SHA for bb2b35b
.github/workflows/snyk-test-api-import.yml
@@ -25,5 +25,4 @@ jobs:
25
- name: Import repo via API
26
id: import_repo
27
run: |
28
- python3 scripts/import_repo.py
29
- --owner ${{ github.repository_owner }} --name ${{ env.REPO_NAME }} --snyk-org ${{ vars.SNYK_ORG }} --integration-id ${{ vars.SNYK_INTEGRATION_ID }} --branch ${{ github.ref_name }}
+ python3 scripts/import_repo.py --owner ${{ github.repository_owner }} --name ${{ env.REPO_NAME }} --snyk-org ${{ vars.SNYK_ORG }} --integration-id ${{ vars.SNYK_INTEGRATION_ID }} --branch ${{ github.ref_name }}
0 commit comments