We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0110453 commit a6a1173Copy full SHA for a6a1173
1 file changed
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
echo "Repository belum di-clone. Cloning...";
48
mkdir -p ~/senpro/492878/modul02;
49
cd ~/senpro/492878/modul02;
50
- git clone https://github.com/ThisIsYefta/senpro-github-action.git;
+ git clone "https://github.com/ThisIsYefta/senpro-github-action.git";
51
cd ~/senpro/492878/modul02/senpro-github-action;
52
echo "Install Package dan Build Project";
53
npm install;
0 commit comments