We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc69f0 commit b08b698Copy full SHA for b08b698
.github/workflows/tests-code.yml
@@ -515,7 +515,7 @@ jobs:
515
jablib-examples/**/*.java
516
files_ignore: |
517
jablib/src/main/java/**/*-*.java
518
- base_sha: ${{ github.event.pull_request.base.sha }
+ base_sha: ${{ github.event.pull_request.base.sha }}
519
write_output_files: true
520
- run: cat .github/outputs/*.txt
521
- name: Set up JDK
0 commit comments