Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: 'LeetCode Sync'
description: 'Sync LeetCode submissions to GitHub'
branding:
name: "LeetCode Sync"
description: "Sync LeetCode submissions to GitHub"
branding:
icon: git-commit
color: yellow
inputs:
github-token:
description: 'The GitHub token'
description: "The GitHub token"
required: true
leetcode-csrf-token:
description: 'The LeetCode CSRF token'
description: "The LeetCode CSRF token"
required: true
leetcode-session:
description: 'The LeetCode session value'
description: "The LeetCode session value"
required: true
filter-duplicate-secs:
description: 'Number of seconds after an accepted solution to ignore other accepted solutions for the same problem'
description: "Number of seconds after an accepted solution to ignore other accepted solutions for the same problem"
required: false
default: 86400
destination-folder:
description: 'The folder to save the synced files in (relative to the top level of your repo)'
description: "The folder to save the synced files in (relative to the top level of your repo)"
required: false
runs:
using: 'node12'
main: 'index.js'
using: "node16"
main: "index.js"