We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185fc1e commit 7202934Copy full SHA for 7202934
.github/workflows/update-lambda-permissions.yml
@@ -1,5 +1,5 @@
1
name: Update Lambda Permissions
2
-run-name: Updating permissions on ${{ inputs.stack_name }} using ${{ inputs.branch_name }} by ${{ github.actor }}
+run-name: Updating permissions on ${{ inputs.stack_name }} using ${{ github.ref }} by ${{ github.actor }}
3
4
on:
5
workflow_dispatch:
@@ -15,10 +15,6 @@ on:
15
required: true
16
type: string
17
18
- branch_name:
19
- description: Branch to deploy
20
- required: true
21
-
22
strict_versioning:
23
description: Use strict versioning (recommended)
24
0 commit comments