We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50efee commit 0ed7a8aCopy full SHA for 0ed7a8a
.github/WORKFLOWS/solution.yaml
@@ -1,9 +1,6 @@
1
name: Leetcode-Solution-Collectinator
2
3
on:
4
- schedule:
5
- - cron : '0 8 * * *'
6
-
7
workflow_dispatch:
8
9
action.yml
@@ -13,7 +13,7 @@ inputs:
13
default: '.'
14
15
runs:
16
- using: 'node14'
+ using: 'node12'
17
main: './.github/src/app.js'
18
19
branding:
0 commit comments