This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch github-actions in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git
commit 1a44106171ddb9cf16cc8d8c9c30fc8931d7da10 Author: Márton Elek <[email protected]> AuthorDate: Tue Sep 24 16:28:22 2019 +0200 fix workflow --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21c7287..e34c781 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,7 @@ jobs: name: Build runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@master + - uses: actions/checkout@master + - uses: ./.github/actions/build
