better logging (#8712)

This commit is contained in:
matt korwel
2025-09-18 09:43:35 -07:00
committed by GitHub
parent c9cc05bc3d
commit 143e5c3140
2 changed files with 18 additions and 1 deletions

View File

@@ -62,7 +62,8 @@ jobs:
inputs: {
commit: '${{ steps.pr_status.outputs.MERGE_COMMIT_SHA }}',
channel: args.channel || 'stable',
dry_run: args.dry_run || 'false'
dry_run: args.dry_run || 'false',
original_pr: '${{ github.event.issue.number }}'
}
})