Skip to content

Commit c7a4b06

Browse files
committed
ci: use nested directories
1 parent 5237b8e commit c7a4b06

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/downstream_protobuf_compatibility_check_nightly.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,16 @@ jobs:
4343
# which values to use and would resolve to ''.
4444
protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"3.25.5","4.28.3"')) }}
4545
steps:
46+
- uses: actions/checkout@v4
4647
- uses: actions/checkout@v4
4748
with:
48-
path: sdk-platform-java
49+
repository: "googleapis/${{ matrix.repo }}"
50+
path: "${{ matrix.repo }}"
4951
- uses: actions/setup-java@v4
5052
with:
5153
# Use Java 11 for this as Linkage Checker is only compatible with Java 11 or below
5254
java-version: 11
5355
distribution: temurin
54-
- uses: actions/checkout@v4
55-
with:
56-
repository: "googleapis/${{ matrix.repo }}"
57-
path: "${{ matrix.repo }}"
5856
- run: |
5957
pwd
6058
pushd "${{ matrix.repo }}"

0 commit comments

Comments
 (0)