Skip to content

Commit cce45ca

Browse files
committed
set default shell to bash when determining the artifact matrix
1 parent 9793661 commit cce45ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest"
5959
outputs:
6060
artifact_matrix: ${{ steps.set-matrix.outputs.artifact_matrix }}
61+
defaults:
62+
run:
63+
shell: bash
6164
steps:
6265
- id: set-matrix
6366
run: |

0 commit comments

Comments
 (0)