Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajwalg19 authored Aug 31, 2024
1 parent 9079858 commit d2a4b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with :
aws-access-key-id : ${{secrets.AWS_ACCESS_KEY_ID}}
aws-secret-key: ${{secrets.AWS_SECRET_KEY}}
region: ${{secret.REGION}}
region: ${{secrets.REGION}}
- name: Change directory to frontend
run : cd frontend
- name: Install dependancy
Expand Down

0 comments on commit d2a4b14

Please sign in to comment.