Skip to content

Commit fb1838a

Browse files
committed
do not use spaces in env variable
1 parent 2f93e0e commit fb1838a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
9494
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
9595
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96-
BAZEL_LOG_FILE: bazel-logs/bazel_${{ github.workflow }}_${{ github.run_id }}.log
96+
BAZEL_LOG_FILE: bazel-logs/bazel_run_${{ github.run_id }}.log
9797
SE_AVOID_STATS: true
9898
steps:
9999
- name: Checkout source tree

.github/workflows/ci-rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
caching: false
2828
ruby-version: jruby-9.4.12.0
2929
upload-name: bazel-logs
30-
upload-path: bazel-logs/bazel_${{ github.workflow }}_${{ github.run_id }}.log
30+
upload-path: bazel-logs/bazel_${{ github.run_id }}.log
3131
run: ./scripts/github-actions/ci-build.sh
3232
retry-remote:
3333
name: Retry Failed Tests on RBE

0 commit comments

Comments
 (0)