From f80463ca1f6704aa0d52cf22b74c43719e907b36 Mon Sep 17 00:00:00 2001 From: Hayden Spitzley Date: Thu, 11 Jan 2024 14:08:10 -0700 Subject: [PATCH] shell: bash --- .github/actions/docker-build-push/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/docker-build-push/action.yml b/.github/actions/docker-build-push/action.yml index c4df97a2..fe560ace 100644 --- a/.github/actions/docker-build-push/action.yml +++ b/.github/actions/docker-build-push/action.yml @@ -40,6 +40,7 @@ runs: using: "composite" steps: - name: Print platforms + shell: bash run: echo "here" && echo ${{ inputs.platforms }} - name: Set up QEMU uses: docker/setup-qemu-action@v3