Update index.js

This commit is contained in:
Smitha Borkar
2022-06-07 12:05:30 -07:00
committed by GitHub
parent 7ec10a159b
commit 6d7eb3330c

View File

@@ -36,3 +36,7 @@ async function main() {
core.setFailed(error)
}
}
// Main
main()