Skip to content

Commit e1923cf

Browse files
committed
Removing the word 'The'
1 parent d356218 commit e1923cf

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/base-cleanup-lambda-edge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_call:
55
inputs:
66
git_ref:
7-
description: 'The branch, tag or SHA'
7+
description: 'Branch, tag or SHA'
88
required: true
99
type: string
1010
sandbox_name:
11-
description: 'The sandbox name'
11+
description: 'Sandbox name'
1212
required: true
1313
type: string
1414
environment:

.github/workflows/base-cleanup-workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_call:
55
inputs:
66
git_ref:
7-
description: 'The branch, tag or SHA'
7+
description: 'Branch, tag or SHA'
88
required: true
99
type: string
1010
sandbox_name:
11-
description: 'The sandbox name'
11+
description: 'Sandbox name'
1212
required: true
1313
type: string
1414
environment:

.github/workflows/deploy-pre-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
branch_or_tag:
9-
description: "The branch or tag to deploy"
9+
description: "Branch or tag to deploy"
1010
required: true
1111
type: string
1212
default: main

.github/workflows/deploy-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
git_ref:
9-
description: "The branch, tag or SHA to deploy"
9+
description: "Branch, tag or SHA to deploy"
1010
required: true
1111
type: "string"
1212
sandbox_name:

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
git_ref:
9-
description: "The branch, tag or SHA to deploy"
9+
description: "Branch, tag or SHA to deploy"
1010
required: true
1111
type: "string"
1212

.github/workflows/tear-down-sandbox.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
inputs:
88
git_ref:
99
default: "main"
10-
description: "The branch, tag or SHA for the destroy action"
10+
description: "Branch, tag or SHA for the destroy action"
1111
required: true
1212
type: "string"
1313
sandbox_name:
14-
description: "The sandbox to destroy"
14+
description: "Sandbox to destroy"
1515
required: true
1616
type: "string"
1717
environment:
@@ -27,11 +27,11 @@ on:
2727
inputs:
2828
git_ref:
2929
default: "main"
30-
description: "The branch, tag or SHA for the destroy action"
30+
description: "Branch, tag or SHA for the destroy action"
3131
required: true
3232
type: "string"
3333
sandbox_name:
34-
description: "The sandbox to destroy"
34+
description: "Sandbox to destroy"
3535
required: true
3636
type: "string"
3737
environment:

0 commit comments

Comments
 (0)