[Bug]: Missing path import (#5747)

This commit is contained in:
Rohit Malhotra
2024-12-22 10:58:17 -05:00
committed by GitHub
parent 7fe692a7bd
commit ee5f49afc1

View File

@@ -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 }};