Skip to content

Commit

Permalink
Fix path to tf
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 11, 2024
1 parent 7050981 commit f10162b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- edited # title or body of a pull request was edited, or the base branch of a pull request was changed

env:
tf_actions_working_dir: "./tf/environments/prod"
tf_actions_working_dir: "./tf/environments/dev"
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

Expand Down

0 comments on commit f10162b

Please sign in to comment.