Skip to content

Commit

Permalink
PRMP-594 [Fix] - Update yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas-khan10 authored Aug 19, 2024
1 parent ee2766c commit 71288a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-gp-registrations-mi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Make virtual environment
if: github.ref == 'refs/heads/master' && inputs.is_deployment
run: |
python3 -m venv ./venv
python3 -m venv ./venv
./venv/bin/pip3 install --upgrade pip urllib3
- name: Get ODS CSV Files
Expand Down Expand Up @@ -168,4 +168,4 @@ jobs:
- name: Terraform Apply
if: github.ref == 'refs/heads/master' && inputs.is_deployment
run: terraform apply -auto-approve -input=false ${{ vars.AWS_ENVIRONMENT }}.tfplan
working-directory: ./stacks/gp-registrations-mi/terraform
working-directory: ./stacks/gp-registrations-mi/terraform

0 comments on commit 71288a6

Please sign in to comment.