Skip to content

Commit dd8ff01

Browse files
committed
chore: fix envrc missing quotes and export of a variable
1 parent 72d5fd4 commit dd8ff01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ dotenv_if_exists
22

33
export GITHUB_APP_PEM_FILE="$(cat "$GITHUB_APP_PEM_FILE_PATH")"
44

5-
TF_WORKSPACE="$GITHUB_OWNER"
5+
export TF_WORKSPACE="$GITHUB_OWNER"

0 commit comments

Comments
 (0)