Closed ono-max closed 8 months ago
Fix the error in https://github.com/ruby/vscode-rdbg/actions/runs/7839878334/job/21393619663. The reason is because github.event.pull_request.head.sha returns empty string when running tests on the master branch. In this case, we can use github.sha instead.
github.event.pull_request.head.sha
github.sha
:white_check_mark: All test sessions passed!
Build: 70498c5e0779eaa9407218548e0dc85d31ca3f08
Fix the error in https://github.com/ruby/vscode-rdbg/actions/runs/7839878334/job/21393619663. The reason is because
github.event.pull_request.head.sha
returns empty string when running tests on the master branch. In this case, we can usegithub.sha
instead.