We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d3acf commit ee42716Copy full SHA for ee42716
1 file changed
.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
42
eval "$(ssh-agent -s)"
43
ssh-add ~/.ssh/ssh-praktikan94
44
echo "Cek folder project";
45
- [ -d "${HOME}/senpro/499337/modul02/senpro-github-action/" ] && {
+ [ -d "C:/Users/Emir Abe Putra A/senpro-github-action" ] && {
46
echo "Repository belum di-clone. Cloning...";
47
mkdir -p ~/senpro/499337/modul02;
48
cd ~/senpro/499337/modul02;
0 commit comments