We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0481687 commit 96057d5Copy full SHA for 96057d5
.github/workflows/issue-791.yml
@@ -16,10 +16,10 @@ jobs:
16
17
- name: Check directory
18
run: |
19
- if [ -d "Users/priyagupta108/actions-runner/_work/hostedtoolcache" ]; then
+ if [ -d "Users/priyagupta/actions-runner/_work/hostedtoolcache" ]; then
20
echo "Python hostedtoolcache folder exists."
21
else
22
echo "Creating Python hostedtoolcache folder..."
23
- mkdir -p "Users/priyagupta108/actions-runner/_work/hostedtoolcache"
+ mkdir -p "Users/priyagupta/actions-runner/_work/hostedtoolcache"
24
echo "Python hostedtoolcache folder created."
25
fi
0 commit comments