Skip to content

Commit

Permalink
Update README.md (#4)
Browse files Browse the repository at this point in the history
Use small `v` for version name
  • Loading branch information
sfc-gh-turbaszek authored Apr 9, 2024
1 parent bc942ec commit 55cee1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
name: "Check Snowflake CLI version"
run-on: ubuntu-latest
steps:
- uses: actions/snowflake-cli@V1
- uses: actions/snowflake-cli@v1
with:
cli-version: "2.1.0"
config_file: "config.toml"

- name: Test version
run: snow --version
```
```

0 comments on commit 55cee1a

Please sign in to comment.