mirror of
https://github.com/markwylde/claude-code-gitea-action.git
synced 2026-06-22 07:29:01 +08:00
"View job run" link in Claude's comment points to an unrelated, older run (#18)
Co-authored-by: Dennis <dennis@bos.local>
This commit is contained in:
@@ -55,7 +55,7 @@ export function parseGitHubContext(): ParsedGitHubContext {
|
||||
}
|
||||
|
||||
const commonFields = {
|
||||
runId: process.env.GITHUB_RUN_NUMBER!,
|
||||
runId: process.env.GITHUB_RUN_ID!,
|
||||
eventName: context.eventName,
|
||||
eventAction: context.payload.action,
|
||||
repository: {
|
||||
|
||||
Reference in New Issue
Block a user