Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumMackenzie committed Jan 22, 2022
1 parent c76b15d commit 0e47d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Update Lambda Layers'
name: 'Update to Latest Lambda Layers'
description: 'Update the AWS lambda layers for a given function to their latest versions'
inputs:
function_name:
Expand All @@ -15,4 +15,4 @@ inputs:
required: true
runs:
using: 'node16'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 0e47d4a

Please sign in to comment.