File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ Here is an example YAML Fragment in the steps section of a build:
2424``` yaml
2525 steps :
2626 - name : Promote a Release from Dev to QA
27- uses : snxd/deploy-github-promote-action@v1
27+ uses : snxd/deploy-github-promote-action@v2
2828 with :
2929 console_version : ' 6.1.2.51'
30- scripts_version : ' 3.7.18 '
30+ scripts_version : ' 3.7.24 '
3131 source_product : ' Emutil'
3232 source_environment : ' Java'
3333 source_repository : ' Dev'
Original file line number Diff line number Diff line change 4444 using : ' composite'
4545 steps :
4646 - name : Solsta setup
47- uses : snxd/deploy-github-setup-action@main
47+ uses : snxd/deploy-github-setup-action@v2
4848 with :
4949 solsta_client_id : ${{ inputs.solsta_client_id }}
5050 solsta_client_secret : ${{ inputs.solsta_client_secret }}
You can’t perform that action at this time.
0 commit comments