This repository was archived by the owner on Apr 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Here is an example YAML Fragment in the steps section of a build:
3030``` yaml
3131 steps :
3232 - name : Create Object Configuration
33- uses : snxd/deploy-github-create-action@v4
33+ uses : snxd/deploy-github-create-action@v5
3434 with :
3535 console_version : ' 7.2.49'
36- scripts_version : ' 3.10 .0'
36+ scripts_version : ' 3.11 .0'
3737 solsta_client_id : ${{ secrets.SOLSTA_CLIENT_ID }}
3838 solsta_client_secret : ${{ secrets.SOLSTA_CLIENT_SECRET }}
3939 action_type : create
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ inputs:
1212 console_version :
1313 description : Version of Solsta Console Tools to use
1414 required : true
15- default : " 6.1.2.84 "
15+ default : " 7.2.49 "
1616 scripts_version :
1717 description : Version of Solsta Deploy Scripts to use
1818 required : true
19- default : " 3.7.31 "
19+ default : " 3.11.0 "
2020 action_type :
2121 description : Either create, update, or delete
2222 default : ' create'
6464 using : ' composite'
6565 steps :
6666 - name : Solsta setup
67- uses : snxd/deploy-github-setup-action@v4
67+ uses : snxd/deploy-github-setup-action@v5
6868 with :
6969 solsta_client_id : ${{ inputs.solsta_client_id }}
7070 solsta_client_secret : ${{ inputs.solsta_client_secret }}
You can’t perform that action at this time.
0 commit comments