Skip to content

Commit 29f2cea

Browse files
no-ticket: Update README.md example versionining
Use @master in examples to always pull the latest version
1 parent 5226aac commit 29f2cea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This GitHub Action installs the Cloudsmith CLI and pre-authenticates it using OI
2727
Cloudsmith OIDC [documentation](https://docs.cloudsmith.com/authentication/openid-connect) 📚
2828

2929
```yaml
30-
uses: cloudsmith-io/cloudsmith-cli-action@v1.0.3
30+
uses: cloudsmith-io/cloudsmith-cli-action@master
3131
with:
3232
oidc-namespace: 'your-oidc-namespace'
3333
oidc-service-slug: 'your-service-account-slug'
@@ -38,7 +38,7 @@ with:
3838
Personal API Key can be found [here](https://cloudsmith.io/user/settings/api/). For CI-CD deployments we recommend using [Service Accounts](https://docs.cloudsmith.com/accounts-and-teams/service-accounts). 🔒
3939
4040
```yaml
41-
uses: cloudsmith-io/cloudsmith-cli-action@v1.0.3
41+
uses: cloudsmith-io/cloudsmith-cli-action@master
4242
with:
4343
api-key: 'your-api-key'
4444
```
@@ -48,7 +48,7 @@ with:
4848
If you only need to authenticate with Cloudsmith's API without installing the CLI:
4949
5050
```yaml
51-
uses: cloudsmith-io/cloudsmith-cli-action@v1.0.3
51+
uses: cloudsmith-io/cloudsmith-cli-action@master
5252
with:
5353
oidc-namespace: 'your-oidc-namespace'
5454
oidc-service-slug: 'your-service-account-slug'
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v4
8989
9090
- name: Install Cloudsmith CLI
91-
uses: cloudsmith-io/cloudsmith-cli-action@v1.0.3
91+
uses: cloudsmith-io/cloudsmith-cli-action@master
9292
with:
9393
oidc-namespace: 'your-oidc-namespace'
9494
oidc-service-slug: 'your-service-account-slug'

0 commit comments

Comments
 (0)