From c0d204c842143e1c3920f5a862027320bdafb8df Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Fri, 31 May 2024 14:58:35 -0700 Subject: [PATCH] fix --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39e5463..70c55b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,8 @@ jobs: repository: bazelbuild/examples sparse-checkout: java-maven - uses: actions/checkout@v4 - path: setup-bazel + with: + path: setup-bazel - run: ls -l - uses: ./setup-bazel/ with: