You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: action.yml
+2-5
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ runs:
111
111
fi
112
112
echo
113
113
114
-
# ensure mount path exists
115
-
mkdir -p "${BUILD_MOUNT_PATH}"
114
+
# ensure mount path exists before the action
115
+
sudo mkdir -p "${BUILD_MOUNT_PATH}"
116
116
find "${BUILD_MOUNT_PATH}" -maxdepth 0 ! -empty -exec echo 'WARNING: directory [{}] is not empty, data loss might occur. Content:' \; -exec ls -al "{}" \;
0 commit comments