Commit d9eda70
fix: correct GitHub Actions job status variable usage in PR validation
- Fix incorrect usage of process.env.GITHUB_JOB_STATUS (doesn't exist)
- Use ${{ job.status }} directly as intended in github-script action
- Resolves potential undefined variable issue in comment generation
- Ensures proper success/failure status detection for PR comments
This fix addresses a JavaScript runtime error in the comment generation step
where an undefined environment variable was being used as fallback.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a82c55d commit d9eda70
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments