Skip to content

Commit

Permalink
Upgrade all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Dec 3, 2021
1 parent e125a55 commit 43bb7ab
Show file tree
Hide file tree
Showing 11 changed files with 740 additions and 46,853 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ module.exports = {
arrowParens: 'always',
bracketSpacing: true,
endOfLine: 'auto',
jsxBracketSameLine: true,
jsxSingleQuote: true,
printWidth: 80,
printWidth: 100,
quoteProps: 'consistent',
semi: true,
singleQuote: true,
Expand Down
12 changes: 8 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Get Secret Manager secrets
author: GoogleCloudPlatform
name: 'Get Secret Manager secrets'
author: 'Google LLC'
description: |-
Get secrets from Google Secret Manager and make their results available as
output variables.
Expand All @@ -31,6 +31,10 @@ inputs:
value can be raw or base64-encoded.
required: false

branding:
icon: 'lock'
color: 'blue'

runs:
using: node12
main: dist/index.js
using: 'node12'
main: 'dist/index.js'
Loading

0 comments on commit 43bb7ab

Please sign in to comment.