This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 553748dd11666690c4416fb31a3e75ca40723a84 Author: Luis Linares <[email protected]> AuthorDate: Wed Aug 5 15:59:24 2020 +0200 Update GitHub action ci-container to acommodate fa442a9 --- .github/actions/ci-container/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/ci-container/action.yaml b/.github/actions/ci-container/action.yaml index 15eee82..d651824 100644 --- a/.github/actions/ci-container/action.yaml +++ b/.github/actions/ci-container/action.yaml @@ -20,5 +20,6 @@ runs: using: 'docker' image: 'docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux' args: + - "/bin/bash" - "-c" - ${{ inputs.run }}
