We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c772e9 commit bbc6d67Copy full SHA for bbc6d67
.github/workflows/publish-mendix-gradle-plugin.yml
@@ -14,7 +14,16 @@ jobs:
14
ref: '114bde309b52b037583d95a9beffee18eb71b65f'
15
ssh-key: ${{ secrets.MENDIX_GRADLE_PLUGIN_SSH }}
16
ssh-strict: false
17
- - run: cp .github/gradle/publish-mendix-gradle-plugin.gradle ./
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ with:
19
+ path: repo
20
+ sparse-checkout: .github/gradle
21
+ - run: |
22
+ ls -la .
23
+ ls -la repo
24
+ ls -la repo/.github
25
+ ls -la repo/.github/gradle
26
+ - run: cp repo/.github/gradle/publish-mendix-gradle-plugin.gradle ./
27
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #4.7.1
28
with:
29
distribution: 'adopt'
0 commit comments