Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodimarco-dfinity committed Jan 31, 2024
1 parent 8b4cb49 commit 759e28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multiservice-discovery-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: branch-run
run: |
set -exuo pipefail
RESULT_DIR = /home/runner/work/targets-branch
RESULT_DIR=/home/runner/work/targets-branch
mkdir -p /home/runner/work/tmp
mkdir -p $RESULT_DIR
bazel run //rs/ic-observability/multiservice-discovery -- --targets-dir /home/runner/work/tmp &
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
id: main-run
run: |
set -exuo pipefail
RESULT_DIR = /home/runner/work/targets-main
RESULT_DIR=/home/runner/work/targets-main
mkdir -p $RESULT_DIR
bazel run //rs/ic-observability/multiservice-discovery -- --targets-dir /home/runner/work/tmp &
pid=$!
Expand Down

0 comments on commit 759e28e

Please sign in to comment.