wu-sheng commented on a change in pull request #4419: [WIP]Update to
actions/checkout@v2, fix checks error: reference is not a tree.
URL: https://github.com/apache/skywalking/pull/4419#discussion_r384927681
##########
File path: .github/workflows/ci-it.yaml
##########
@@ -32,9 +32,13 @@ jobs:
strategy:
fail-fast: true
steps:
- - uses: actions/checkout@v1
- with:
- submodules: true
+ - uses: actions/checkout@v2
+ # for checkout@v2 is not compatible with submodule
Review comment:
Including all other comments.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services