From b35885815d9d28fea94a207c5d8fd08be3fc3712 Mon Sep 17 00:00:00 2001 From: Florian Bachinger Date: Thu, 7 Dec 2023 12:43:33 +0100 Subject: [PATCH] remove copy paste error --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84aa5b9..2c58a42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,12 +15,6 @@ jobs: env: private_key_pair_secureprescriptiveanalytics: ${{ secrets.private_key_pair_secureprescriptiveanalytics }} - - # Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest - defaults: - run: - shell: bash - working-directory: "kubernetes/terraform" steps: - uses: actions/checkout@v3