diff --git a/src/index.js b/src/index.js index e5bdbb2..9c7b035 100644 --- a/src/index.js +++ b/src/index.js @@ -16,7 +16,7 @@ async function run() { actionInput.retry = 3 } core.info(`值为${actionInput.retry},路径为${actionInput.path}`) - const info = JSON.stringify(github.context) + const info = JSON.stringify(github.context.repo) core.info(`信息:${info}`) core.info('end') }