We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f8409 commit 151344cCopy full SHA for 151344c
1 file changed
.github/workflows/reusable_integration-build.yml
@@ -113,8 +113,8 @@ jobs:
113
echo "::endgroup::"
114
115
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
+ python3 scripts/known_good/update_module_from_known_good.py --known known_good.updated.json --output-dir bazel_common/
+ cat bazel_common/score_modules.MODULE.bazel
118
119
env:
120
GITHUB_TOKEN: ${{ secrets.REPO_READ_TOKEN != '' && secrets.REPO_READ_TOKEN || github.token }}
0 commit comments