-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matthew Greenwald <[email protected]> Signed-off-by: Matthew Greenwald <[email protected]>
- Loading branch information
1 parent
67a1abb
commit 7e45e21
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ GitHub Action for installing [Mozilla/Sops](https://github.com/mozilla/sops) | |
#### Repurposed from [Azure/setup-helm](https://github.com/Azure/setup-helm) #### | ||
|
||
Install a specific version of sops binary on the runner. | ||
Acceptable values are latest or any semantic version string like v2.16.7 Use this action in workflow to define which version of sops will be used. | ||
Acceptable values are latest or any semantic version string like v3.7.3 Use this action in workflow to define which version of sops will be used. | ||
|
||
```yaml | ||
- name: Sops Binary Installer | ||
uses: mdgreenwald/[email protected].0 | ||
uses: mdgreenwald/[email protected].1 | ||
with: | ||
version: '<version>' # default is latest stable | ||
id: install | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters