mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
[Bug]: Missing path import (#5747)
This commit is contained in:
1
.github/workflows/openhands-resolver.yml
vendored
1
.github/workflows/openhands-resolver.yml
vendored
@@ -313,6 +313,7 @@ jobs:
|
||||
github-token: ${{ secrets.PAT_TOKEN || github.token }}
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const issueNumber = ${{ env.ISSUE_NUMBER }};
|
||||
const success = ${{ steps.check_result.outputs.RESOLUTION_SUCCESS }};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user