Skip to content

Commit 7202934

Browse files
committed
[NRL-793] Remove branch_name input from update-lambda-perms workflow
1 parent 185fc1e commit 7202934

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/update-lambda-permissions.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Update Lambda Permissions
2-
run-name: Updating permissions on ${{ inputs.stack_name }} using ${{ inputs.branch_name }} by ${{ github.actor }}
2+
run-name: Updating permissions on ${{ inputs.stack_name }} using ${{ github.ref }} by ${{ github.actor }}
33

44
on:
55
workflow_dispatch:
@@ -15,10 +15,6 @@ on:
1515
required: true
1616
type: string
1717

18-
branch_name:
19-
description: Branch to deploy
20-
required: true
21-
2218
strict_versioning:
2319
description: Use strict versioning (recommended)
2420
required: true

0 commit comments

Comments
 (0)