btashton commented on a change in pull request #230: URL: https://github.com/apache/incubator-nuttx-apps/pull/230#discussion_r420223161
########## File path: .github/workflows/build.yml ########## @@ -162,17 +115,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/ Review comment: Sounds good. ---------------------------------------------------------------- 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