Skip to content

Commit 6b4df33

Browse files
committed
git clone gradlex-build-conventions on CI
1 parent eac3a6a commit 6b4df33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
steps:
1212
- name: Checkout sources
1313
uses: actions/checkout@v5
14+
- name: git clone gradlex-build-conventions
15+
uses: actions/checkout@v5
16+
with:
17+
repository: gradlex-org/plugin-publish-conventions
18+
path: build/plugin-publish-conventions
19+
ref: new-convention-plugins
1420
- name: Generate and submit dependency graph
1521
uses: gradle/actions/dependency-submission@v5
1622
with:

0 commit comments

Comments
 (0)