Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
bling-yshs committed Apr 19, 2024
1 parent 74ce774 commit 11a98b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
Expand Down

0 comments on commit 11a98b1

Please sign in to comment.