mirror of
https://github.com/actions/stale.git
synced 2026-07-02 22:22:52 +08:00
Fix main entrypoint in action yml
This commit is contained in:
+1
-1
@@ -33,4 +33,4 @@ inputs:
|
||||
default: 30
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user