Skip to content

Commit

Permalink
chore: add env tf_actions_working_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hazmei committed Jul 24, 2024
1 parent 0ff65b5 commit d5013ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Validate Terraform

on: pull_request

defaults:
run:
working-directory: ./terraform
# defaults:
# run:
# working-directory: ./terraform

env:
PM_API_URL: 'https://10.255.0.8:8006/api2/json'
tf_actions_working_dir: ./terraform

jobs:
build:
Expand Down

0 comments on commit d5013ea

Please sign in to comment.