From b99c91e3fe98c0340e074708c8fa9cc45ade4a91 Mon Sep 17 00:00:00 2001 From: Vaishnavir9901 Date: Fri, 24 Jan 2025 15:34:38 +0000 Subject: [PATCH] debug --- .github/workflows/deploy-feature.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy-feature.yml b/.github/workflows/deploy-feature.yml index 91e815c..f6f30ec 100644 --- a/.github/workflows/deploy-feature.yml +++ b/.github/workflows/deploy-feature.yml @@ -40,12 +40,8 @@ jobs: - env-name steps: - uses: actions/checkout@v4 - - name: Read the config file - run: cat config/${{ inputs.config }} - shell: bash - name: Deploy uses: ./.github/actions/deploy with: config: ${{ inputs.config }} environment: ${{ needs.env-name.outputs.environment }} - \ No newline at end of file