diff --git a/action.yml b/action.yml index efa9aa2..f071c1b 100644 --- a/action.yml +++ b/action.yml @@ -29,6 +29,6 @@ outputs: commit: description: 'The commit SHA that was checked out' runs: - using: "python -c 'import sys; print(sys.argv)'" -# main: python + using: "python" + main: execute.py # post: dist/index.js \ No newline at end of file