Skip to content

Commit

Permalink
checkout repos as nested repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Aug 14, 2023
1 parent d7b3752 commit 0c8aa78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
repository: googleapis/googleapis
ref: 90a551c2a02613507a2f0f05fd25d133113a1a1c
path: googleapis
- name: copy protos to proto_path
run: |
cp -r googleapis/google library_generation
Expand All @@ -47,6 +48,7 @@ jobs:
with:
repository: googleapis/googleapis-gen
ref: 30620b4f34713860083fff036982900b1004cbf5
path: googleapis-gen
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
- name: compare generation result
run: |
Expand Down

0 comments on commit 0c8aa78

Please sign in to comment.