We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b0944 commit 106028fCopy full SHA for 106028f
README.md
@@ -29,13 +29,13 @@ Here is an example YAML Fragment in the steps section of a build
29
```yaml
30
steps:
31
- name: Deploy Build Assets from bin/ directory
32
- uses: snxd/deploy-github-deploy-action@v2
+ uses: snxd/deploy-github-deploy-action@v3
33
with:
34
solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
35
solsta_client_secret: ${{ secrets.SOLSTA_CLIENT_SECRET }}
36
working_directory: 'bin/'
37
console_version: '6.1.2.84'
38
- scripts_version: '3.7.30'
+ scripts_version: '3.8.2'
39
release_version: '1.0'
40
target_product: 'Emutil'
41
target_environment: 'Java'
0 commit comments