File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 PR_NUMBER="${{ github.event.issue.number }}"
3030 RUN_NUMBER="${{ github.run_number }}"
3131
32- STATE_DIR="/opt /terraform/state/${REPO_NAME}/pr-${PR_NUMBER}-run-${RUN_NUMBER}"
33- OUTPUT_DIR="/opt /terraform/outputs/${REPO_NAME}/pr-${PR_NUMBER}-run-${RUN_NUMBER}"
32+ STATE_DIR="/home/ubuntu /terraform/state/${REPO_NAME}/pr-${PR_NUMBER}-run-${RUN_NUMBER}"
33+ OUTPUT_DIR="/home/ubuntu /terraform/outputs/${REPO_NAME}/pr-${PR_NUMBER}-run-${RUN_NUMBER}"
3434
35- sudo mkdir -p "$STATE_DIR"
36- sudo mkdir -p "$OUTPUT_DIR"
35+ mkdir -p "$STATE_DIR"
36+ mkdir -p "$OUTPUT_DIR"
3737
3838 echo "state_file=$STATE_DIR/terraform.tfstate" >> $GITHUB_OUTPUT
3939 echo "output_file=$OUTPUT_DIR/terraform_outputs.json" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments