We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ce3db commit 3debea5Copy full SHA for 3debea5
1 file changed
.github/workflows/agent-build.yml
@@ -15,6 +15,9 @@ on:
15
jobs:
16
Build:
17
runs-on: ubuntu-latest
18
+ defaults:
19
+ run:
20
+ shell: bash
21
steps:
22
- uses: actions/checkout@v3
23
- uses: actions/setup-java@v3
0 commit comments