File tree Expand file tree Collapse file tree 4 files changed +24776
-896
lines changed
Expand file tree Collapse file tree 4 files changed +24776
-896
lines changed 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)
66#### Repurposed from [ Azure/setup-helm] ( https://github.com/Azure/setup-helm ) ####
77
88Install a specific version of sops binary on the runner.
9- 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.
9+ Acceptable values are latest or any semantic version string like v3.8.1 Use this action in workflow to define which version of sops will be used.
1010
1111``` yaml
1212- name : Sops Binary Installer
13- uses : mdgreenwald/mozilla-sops-action@v1.4.1
13+ uses : mdgreenwald/mozilla-sops-action@v1.6.0
1414 with :
1515 version : ' <version>' # default is latest stable
1616 id : install
Original file line number Diff line number Diff line change 11name : ' Sops Binary Installer'
2- description : ' Install a specific version of the sops binary. Acceptable values are latest or any semantic version string like 1.15.0 '
2+ description : ' Install a specific version of the sops binary. Acceptable values are latest or any semantic version string like v3.8.1 '
33inputs :
44 version :
55 description : ' Version of sops'
You can’t perform that action at this time.
0 commit comments