Omega359 commented on PR #14331:
URL: https://github.com/apache/datafusion/pull/14331#issuecomment-2651693081

   I'm thinking that changing the checkout to
   ```
         - uses: actions/checkout@v4
           with:
             # Check out the pull request if triggered by a comment
             ref: ${{ github.event_name == 'issue_comment' && 
github.event.issue.pull_request.head.sha || github.ref }}
             repository: ${{ github.event_name == 'issue_comment' && 
github.event.pull_request.head.repo.full_name || github.repository }}
             submodules: true
             fetch-depth: 1
   ```
   
   Might work


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to