Skip to content

Commit

Permalink
Use absolute path for plan file
Browse files Browse the repository at this point in the history
The workspace may not be the current directory
  • Loading branch information
dflook committed Jan 8, 2024
1 parent e36159d commit 0fe5410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/entrypoints/apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [[ "$INPUT_PLAN_PATH" != "" ]]; then
exit 1
fi

PLAN_OUT=$INPUT_PLAN_PATH
PLAN_OUT=$(realpath $INPUT_PLAN_PATH)
PLAN_EXIT=2
else
plan
Expand Down

0 comments on commit 0fe5410

Please sign in to comment.