Skip to content

Commit 08ca65e

Browse files
use home variable
1 parent 73430d0 commit 08ca65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_external_target.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: master
2828
fetch-depth: 0
2929
- name: Set bazel version
30-
run: echo "USE_BAZEL_VERSION=7.3.1" > "~/.bazeliskrc"
30+
run: echo "USE_BAZEL_VERSION=7.3.1" > "$HOME/.bazeliskrc"
3131
- name: Run External Target Impact test
3232
run: ./bazel-diff.sh $(pwd) bazel $(git rev-parse HEAD~1) $(git rev-parse HEAD)
3333
- name: Validate Impacted Targets

0 commit comments

Comments
 (0)