Skip to content

Commit a6a1173

Browse files
committed
fix main.yml
1 parent 0110453 commit a6a1173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "Repository belum di-clone. Cloning...";
4848
mkdir -p ~/senpro/492878/modul02;
4949
cd ~/senpro/492878/modul02;
50-
git clone https://github.com/ThisIsYefta/senpro-github-action.git;
50+
git clone "https://github.com/ThisIsYefta/senpro-github-action.git";
5151
cd ~/senpro/492878/modul02/senpro-github-action;
5252
echo "Install Package dan Build Project";
5353
npm install;

0 commit comments

Comments
 (0)