Skip to content

Commit 0a28651

Browse files
committed
Configure shell for all run steps
See gh-40353
1 parent e4802b8 commit 0a28651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ runs:
6363
echo systemProp.org.gradle.java.installations.paths=${{ format('$JAVA_HOME_{0}_X64', inputs.java-version) }} >> $HOME/.gradle/gradle.properties
6464
- name: Build
6565
if: ${{ !inputs.publish }}
66+
shell: bash
6667
env:
6768
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
6869
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ inputs.gradle-enterprise-secret-access-key }}
@@ -71,6 +72,7 @@ runs:
7172
run: ./gradlew build
7273
- name: Build and Publish
7374
if: ${{ inputs.publish }}
75+
shell: bash
7476
env:
7577
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
7678
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ inputs.gradle-enterprise-secret-access-key }}

0 commit comments

Comments
 (0)