From 418a29d1a082ffb86cc5cc499a36662bbcf4a659 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Thu, 30 May 2024 13:49:50 -0700 Subject: [PATCH] announce --- .github/workflows/ci.yml | 4 ++-- index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e6aa09..b4aa5b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: repository: bazelbuild/examples path: examples - - run: bazel build :ProjectRunner + - run: bazel build --announce_rc :ProjectRunner working-directory: examples/java-tutorial - if: failure() && runner.debug == '1' - uses: mxschmitt/action-tmate@v3 \ No newline at end of file + uses: mxschmitt/action-tmate@v3 diff --git a/index.js b/index.js index 06592e2..48a17a2 100644 --- a/index.js +++ b/index.js @@ -189,7 +189,7 @@ async function startRemoteCacheServer() { }) serverProcess.unref() - core.info(`Started remote cache server (${serverProcess.pid}`) + core.info(`Started remote cache server (${serverProcess.pid})`) core.saveState('remote-cache-server-pid', serverProcess.pid.toString()) core.endGroup() }