Skip to content

Commit 69314b8

Browse files
committed
misplaced ~/ in path
1 parent cba3a82 commit 69314b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
mkdir -p ~/src
206206
cd ~/src
207207
208-
git clone "$GITHUB_REPO_URL" > logs/rlft_setup.log
208+
git clone "$GITHUB_REPO_URL" > ~/logs/rlft_setup.log
209209
210210
211211
# # Step 3: Check if instance is available for RLFT in Azure and deploy (if available)

0 commit comments

Comments
 (0)