Skip to content

Commit 151344c

Browse files
committed
fix paths in reusable workflow
1 parent 58f8409 commit 151344c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable_integration-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
echo "::endgroup::"
114114
115115
echo "::group::update score_modules.MODULE.bazel"
116-
python3 scripts/known_good/update_module_from_known_good.py --known known_good.updated.json
117-
cat score_modules.MODULE.bazel
116+
python3 scripts/known_good/update_module_from_known_good.py --known known_good.updated.json --output-dir bazel_common/
117+
cat bazel_common/score_modules.MODULE.bazel
118118
echo "::endgroup::"
119119
env:
120120
GITHUB_TOKEN: ${{ secrets.REPO_READ_TOKEN != '' && secrets.REPO_READ_TOKEN || github.token }}

0 commit comments

Comments
 (0)