We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bbcb0 commit 5cf4b53Copy full SHA for 5cf4b53
README.md
@@ -23,11 +23,11 @@ Here is an example YAML Fragment in the steps section of a build
23
```yaml
24
steps:
25
- name: Deploy Build Assets from bin/ directory
26
- uses: snxd/deploy-github-deploy-action@v1
+ uses: snxd/deploy-github-deploy-action@v2
27
with:
28
working_directory: 'bin/'
29
console_version: '6.1.2.59'
30
- scripts_version: '3.7.25'
+ scripts_version: '3.7.24'
31
release_version: '1.0'
32
target_product: 'Emutil'
33
target_environment: 'Java'
0 commit comments