Skip to content

Commit ead27d9

Browse files
committed
fix: readme
1 parent 40206a5 commit ead27d9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This GitHub Action allows you to execute SettleMint CLI commands in your GitHub
4040
steps:
4141
- uses: actions/checkout@v4
4242
- name: Run SettleMint CLI
43-
uses: settlemint/settlemint-cli-action@v1
43+
uses: settlemint/settlemint-cli-action@main
4444
with:
4545
command: 'workspace list'
4646
access-token: ${{ secrets.SETTLEMINT_ACCESS_TOKEN }}
@@ -52,7 +52,7 @@ steps:
5252
steps:
5353
- uses: actions/checkout@v4
5454
- name: Deploy Smart Contract
55-
uses: settlemint/settlemint-cli-action@v1
55+
uses: settlemint/settlemint-cli-action@main
5656
with:
5757
command: 'contract deploy MyContract'
5858
access-token: ${{ secrets.SETTLEMINT_ACCESS_TOKEN }}
@@ -102,7 +102,7 @@ steps:
102102
103103
```yaml
104104
- name: Deploy Contract
105-
uses: settlemint/settlemint-cli-action@v1
105+
uses: settlemint/settlemint-cli-action@main
106106
with:
107107
command: |
108108
contract compile
@@ -115,7 +115,7 @@ steps:
115115
116116
```yaml
117117
- name: List Workspaces
118-
uses: settlemint/settlemint-cli-action@v1
118+
uses: settlemint/settlemint-cli-action@main
119119
with:
120120
command: workspace list
121121
access-token: ${{ secrets.SETTLEMINT_ACCESS_TOKEN }}
@@ -125,7 +125,7 @@ steps:
125125
126126
```yaml
127127
- name: Use Specific CLI Version
128-
uses: settlemint/settlemint-cli-action@v1
128+
uses: settlemint/settlemint-cli-action@main
129129
with:
130130
command: --version
131131
version: '1.0.0'

0 commit comments

Comments
 (0)