Skip to content

Commit e6a6dcf

Browse files
committed
Move truncate to inputs section
1 parent 6433acf commit e6a6dcf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ inputs:
99
description: 'Base git reference of comparison'
1010
required: false
1111
default: 'origin/main'
12+
truncate:
13+
default: 200
14+
required: false
15+
description:
16+
Maximum number of lines taken from result to create snippet
1217
outputs:
1318
result:
1419
description: 'full output of ansible-inventory-diff'
1520
snippet:
1621
description:
1722
lines of result before truncation (or entire result if shorter),
1823
suitable for a github comment
19-
truncate:
20-
default: 200
21-
required: false
22-
description:
23-
Maximum number of lines taken from result to create snippet
2424
runs:
2525
using: 'docker'
2626
image: docker://quay.io/skedulo/ansible-inventory-diff:v1.5-rc11-1-ga97eeb6

0 commit comments

Comments
 (0)