File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- # paths-ignore:
8- # - site/**
9- # - examples/**
7+ paths-ignore :
8+ - site/**
9+ - examples/**
1010 workflow_dispatch :
1111 inputs :
1212 branch :
1313 type : string
1414 required : false
1515 default : main
1616 workflow_call :
17- # inputs:
18- # branch:
19- # type: string
20- # required: true
17+ inputs :
18+ branch :
19+ type : string
20+ required : true
2121
2222concurrency :
2323 group : ${{ github.ref_name }}-mend
4545 - name : Scan and upload
4646 env :
4747 PRODUCT_NAME : nginx-tiger-demo-1_${{ inputs.branch && inputs.branch || github.ref_name }}
48- PROJECT_NAME : tiger_demo_1
49- run : java -jar wss-unified-agent.jar -noConfig true -wss.url https://f5.whitesourcesoftware.com/agent -apiKey ${{ secrets.WS_APIKEY_NGINX }} -product $PRODUCT_NAME -project $PROJECT_NAME -d .
48+ PROJECT_NAME : tiger-demo-1
49+ run : java -jar wss-unified-agent.jar -noConfig true -wss.url https://f5.whitesourcesoftware.com/agent -apiKey ${{ secrets.WS_APIKEY_NGINX }} -product $PRODUCT_NAME -project $PROJECT_NAME -d .
You can’t perform that action at this time.
0 commit comments