We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c31cc commit 6a29279Copy full SHA for 6a29279
action.yml
@@ -4,9 +4,6 @@ branding:
4
icon: git-commit
5
color: yellow
6
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
10
github-token:
11
description: 'The GitHub token'
12
required: true
@@ -20,6 +17,9 @@ inputs:
20
17
description: 'Number of seconds after an accepted solution to ignore other accepted solutions for the same problem'
21
18
required: false
22
19
default: 86400
+ destination-folder:
+ description: 'The folder to save the synced files in (relative to the top level of your repo)'
+ required: false
23
runs:
24
using: 'node12'
25
main: 'index.js'
0 commit comments