Skip to content

Commit 96057d5

Browse files
Update issue-791.yml
1 parent 0481687 commit 96057d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue-791.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
- name: Check directory
1818
run: |
19-
if [ -d "Users/priyagupta108/actions-runner/_work/hostedtoolcache" ]; then
19+
if [ -d "Users/priyagupta/actions-runner/_work/hostedtoolcache" ]; then
2020
echo "Python hostedtoolcache folder exists."
2121
else
2222
echo "Creating Python hostedtoolcache folder..."
23-
mkdir -p "Users/priyagupta108/actions-runner/_work/hostedtoolcache"
23+
mkdir -p "Users/priyagupta/actions-runner/_work/hostedtoolcache"
2424
echo "Python hostedtoolcache folder created."
2525
fi

0 commit comments

Comments
 (0)