File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3333 steps :
3434 - name : Checkout Repository
3535 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36- # with:
37- # ref: ${{ inputs.branch && inputs.branch || github.ref }}
36+ with :
37+ ref : ${{ inputs.branch && inputs.branch || github.ref }}
3838
3939 - name : Download agent
4040 run : curl -fsSLJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
4444
4545 - name : Scan and upload
4646 env :
47- PRODUCT_NAME : nginx_tiger_demo_workflow ${{ inputs.branch && inputs.branch || github.ref_name }}
47+ PRODUCT_NAME : nginx-tiger-demo-1_ ${{ inputs.branch && inputs.branch || github.ref_name }}
4848 PROJECT_NAME : tiger_demo_1
4949 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 .
50-
You can’t perform that action at this time.
0 commit comments