We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed032e commit 91ee21dCopy full SHA for 91ee21d
3 files changed
.github/workflows/code_sample_checker.yml
@@ -14,6 +14,7 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
- name: Read Java Config
17
+ shell: bash
18
run: cat .github/java-config.env >> $GITHUB_ENV
19
- name: Setup Java
20
uses: actions/setup-java@v4
.github/workflows/coverage_runner.yml
@@ -55,6 +55,7 @@ jobs:
55
ref: refs/pull/${{ github.event.inputs.pr_number }}/merge
56
57
58
59
60
61
.github/workflows/nightly_runner_master.yml
@@ -16,6 +16,7 @@ jobs:
21
22
0 commit comments