Skip to content

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/actions/build-release-image/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ description: Builds a docker image and leverages the build cache to re-use cache
44
inputs:
55
app_name:
66
required: true
7-
type: string
87
description: "name of application folder under infra directory"
98
commit_hash:
109
required: false
11-
type: string
1210
description: 'The commit hash'
1311
default: ${{ github.sha }}
1412
outputs:

.github/actions/first-file/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Check given list of files in order and return first one that exists
44
inputs:
55
files:
66
required: true
7-
type: string
87
description: |
98
The list of files to check, in the order to check for them.
109

0 commit comments

Comments
 (0)