xiaoxiang781216 commented on a change in pull request #230: URL: https://github.com/apache/incubator-nuttx-apps/pull/230#discussion_r420205239
########## File path: .github/workflows/build.yml ########## @@ -162,17 +109,38 @@ jobs: retry_wait_seconds: 10 command: docker pull docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux - - name: Export NuttX Repo SHA - run: echo "::set-env name=nuttx_sha::`git -C sources/nuttx rev-parse HEAD`" - - name: Refresh Git Credentials + - uses: actions/download-artifact@v2 + with: + name: gitrefs + path: gitrefs-rt/ + - name: Export Repo Refs + run: source gitrefs-rt/gitenv.sh + + - name: Checkout nuttx repo uses: actions/checkout@v2 with: repository: apache/incubator-nuttx - ref: ${{ env.nuttx_sha }} + ref: ${{ env.os_ref }} path: sources/nuttx fetch-depth: 1 - - name: Get Tags for NuttX Repo - run: git -C sources/nuttx fetch --tags + - run: git -C sources/nuttx pull --tags Review comment: Ok. ---------------------------------------------------------------- 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: us...@infra.apache.org