We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d50a6 commit d78c1b7Copy full SHA for d78c1b7
.github/workflows/fetch_repo_metadata.yml
@@ -13,6 +13,9 @@ jobs:
13
- uses: actions/checkout@v5
14
with:
15
submodules: true
16
+ - name: Checkout latest commit of BCR submodule
17
+ working-directory: data/bazel-central-registry
18
+ run: git checkout origin/main
19
- name: Fetch repo metadata
20
id: fetch_repo_metadata
21
env:
@@ -23,4 +26,4 @@ jobs:
23
26
uses: actions/upload-artifact@v4
24
27
25
28
name: github_metadata
- path: ${{ steps.fetch_repo_metadata.outputs.metadata }}
29
+ path: ${{ steps.fetch_repo_metadata.outputs.metadata }}
0 commit comments