From ca23dc13b3b40d2935c94fa68d42df4a71ef10a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20K=C3=BChne?= <73171182+magkue@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:44:41 +0100 Subject: [PATCH] Add {0} to default shell --- .github/workflows/build-and-test-ios-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-ios-app.yml b/.github/workflows/build-and-test-ios-app.yml index 68c1ae7a..d7775e70 100644 --- a/.github/workflows/build-and-test-ios-app.yml +++ b/.github/workflows/build-and-test-ios-app.yml @@ -12,7 +12,7 @@ jobs: build: defaults: run: - shell: bash -leo + shell: bash -leo {0} permissions: contents: read runs-on: [self-hosted, macOS]