Skip to content

Commit 072f141

Browse files
Merge pull request #712 from NHSDigital/feature/made14-NRL-793-perms-pipeline-fixups
[NRL-793] Remove branch_name input from update-lambda-perms workflow
2 parents 185fc1e + 7202934 commit 072f141

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)