Skip to content

Commit da1d9b5

Browse files
committed
Updating setup version from main to v2
Updated README example
1 parent 7ac8bc2 commit da1d9b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)