Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit f4bd67b

Browse files
committed
action.yml should input argument as arg to container-diff
Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
1 parent 690d756 commit f4bd67b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: container-diff
22

3+
inputs:
4+
argument:
5+
required: true
6+
description: "String of arguments to pass to the container-diff command"
7+
default: help
8+
39
runs:
410
using: 'docker'
511
image: 'action/Dockerfile'
12+
args:
13+
- ${{ inputs.argument }}
614

0 commit comments

Comments
 (0)