Jave-Chen opened a new pull request #2095: fix actions/checkout@v2 problem URL: https://github.com/apache/incubator-dolphinscheduler/pull/2095 add those code for all 4 workflow ``` # In the checkout@v2, it doesn't support git submodule. Execute the commands manually. - name: checkout submodules shell: bash run: | git submodule sync --recursive git -c protocol.version=2 submodule update --init --force --recursive --depth=1 ```
---------------------------------------------------------------- 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
