8000 Apply suggestions from code review · coder/setup-action@82b2d66 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 82b2d66

Browse files
matifalimafredri
andauthored
Apply suggestions from code review
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent fe772d8 commit 82b2d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
else
2525
ARCH="amd64"
2626
fi
27-
mkdir -p $HOME/.local/bin
27+
mkdir -p "$HOME"/.local/bin
2828
curl -fsSL ${{ inputs.access_url }}/bin/coder-linux-${ARCH} -o $HOME/.local/bin/coder
2929
chmod +x $HOME/.local/bin/coder
3030
echo "$HOME/.local/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)
0