We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f765566 + 2909a24 commit cceef80Copy full SHA for cceef80
README.md
@@ -7,7 +7,7 @@ The [Doppler CLI](https://github.com/DopplerHQ/cli) is the official tool for int
7
Include this Action as a step in your workflow:
8
9
```
10
-uses: dopplerhq/cli-action@v3
+uses: dopplerhq/cli-action@v4
11
12
13
You can see a live example of this Action [here](https://github.com/DopplerHQ/cli/blob/master/.github/workflows/cli-action.yml).
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- name: Install CLI
29
- uses: dopplerhq/cli-action@v3
+ uses: dopplerhq/cli-action@v4
30
- name: Do something with the CLI
31
run: doppler secrets --only-names
32
env:
0 commit comments