Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Duan-0916 authored Oct 23, 2023
1 parent 23c423c commit 301bfc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
codeType: "stc" # t
codeType: stc # t
sca:
needs: stc
runs-on: ubuntu-latest
Expand All @@ -20,5 +20,5 @@ jobs:
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
codeType: "sca"
codeType: sca

0 comments on commit 301bfc0

Please sign in to comment.