Skip to content

Commit 6a29279

Browse files
Fix order of inputs in yaml (nit)
1 parent d6c31cc commit 6a29279

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ branding:
44
icon: git-commit
55
color: yellow
66
inputs:
7-
destination-folder:
8-
description: 'The folder to save the synced files in (relative to the top level of your repo)'
9-
required: false
107
github-token:
118
description: 'The GitHub token'
129
required: true
@@ -20,6 +17,9 @@ inputs:
2017
description: 'Number of seconds after an accepted solution to ignore other accepted solutions for the same problem'
2118
required: false
2219
default: 86400
20+
destination-folder:
21+
description: 'The folder to save the synced files in (relative to the top level of your repo)'
22+
required: false
2323
runs:
2424
using: 'node12'
2525
main: 'index.js'

0 commit comments

Comments
 (0)