From 730cb6cdc2f7d810a4518765c7509fca4b15d232 Mon Sep 17 00:00:00 2001 From: autocloudarc Date: Tue, 9 Jan 2024 00:20:35 -0500 Subject: [PATCH] shell(bash): remove from each step except defautl setting --- exercises-dev/.github/workflows/deploy-az-resources.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exercises-dev/.github/workflows/deploy-az-resources.yml b/exercises-dev/.github/workflows/deploy-az-resources.yml index f6741a8..cfeed45 100644 --- a/exercises-dev/.github/workflows/deploy-az-resources.yml +++ b/exercises-dev/.github/workflows/deploy-az-resources.yml @@ -57,17 +57,15 @@ jobs: run: | chmod +x $GITHUB_WORKSPACE/az-scripts/setupSelfHostedRunner.sh $GITHUB_WORKSPACE/az-scripts/setupSelfHostedRunner.sh - shell: bash if: ${{ env.skipSelfHostedSetup == 'false' }} - name: Install PowerShell run: | chmod +x $GITHUB_WORKSPACE/az-scripts/installPowerShell.sh $GITHUB_WORKSPACE/az-scripts/installPowerShell.sh - shell: bash if: ${{ env.skipSelfHostedSetup == 'false' }} - # Authenticate to Azure tenant using the Azure login action (OIDC) + # Authenticate to Azure tenant using the Azure login action (OIDC) - name: Authenticate to Azure with OIDC uses: azure/login@v1 with: