Skip to content

Commit 2cf9a3b

Browse files
authored
Updated version to v1.0.2
1 parent dfff758 commit 2cf9a3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Following inputs can be used as `step.with` keys
3131
## Example usage
3232

3333
```yaml
34-
uses: bitovi/[email protected].1
34+
uses: bitovi/[email protected].2
3535
with:
3636
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
3737
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -47,7 +47,7 @@ with:
4747
## Example 2
4848
```yaml
4949
- name: Deploy Helm
50-
uses: bitovi/[email protected].1
50+
uses: bitovi/[email protected].2
5151
with:
5252
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
5353
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ inputs:
5656
required: false
5757
runs:
5858
using: 'docker'
59-
image: 'docker://bitovi/deploy-eks-helm:v1.0.1'
59+
image: 'docker://bitovi/deploy-eks-helm:v1.0.2'
6060
env:
6161
AWS_REGION: ${{ inputs.aws-region }}
6262
AWS_SECRET_ACCESS_KEY: ${{ inputs.aws-secret-access-key }}

0 commit comments

Comments
 (0)