File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 1919 java-version : 11
2020 - name : Set up Gradle
212122- - name : gradle check
23- id : gradle
24- run : " ./gradlew :check"
25- - name : Comment build scan url
26- uses : actions/github-script@v6
27- if : github.event_name == 'pull_request' && failure()
28- with :
29- github-token : ${{secrets.GITHUB_TOKEN}}
30- script : |
31- github.rest.issues.createComment({
32- issue_number: context.issue.number,
33- owner: context.repo.owner,
34- repo: context.repo.repo,
35- body: '❌ ${{ github.workflow }} failed: ${{ steps.gradle.outputs.build-scan-url }}'
36- })
22+ - run : " ./gradlew :check"
Original file line number Diff line number Diff line change 3030 java-version : 11
3131 - name : Set up Gradle
323233- - name : gradle asciidoc
34- run : " ./gradlew :asciidoctor"
33+ - run : " ./gradlew :asciidoctor"
3534 - name : Upload artifact
3635 uses : actions/upload-pages-artifact@v1
3736 with :
Original file line number Diff line number Diff line change 1818 java-version : 11
1919 - name : Set up Gradle
202021- - name : gradle publishPlugins
22- id : gradle
23- run : " ./gradlew :publishPlugin --no-configuration-cache"
21+ - run : " ./gradlew :publishPlugin --no-configuration-cache"
2422 env :
2523 SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
2624 SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments